|
ACT Library
|
This holds all the sub-langugae bodies in a namespace/user-defined type definition. More...
#include <lang.h>
Public Member Functions | |
| act_languages () | |
| void | Print (FILE *fp) |
| act_chp * | getchp () |
| void | setchp (act_chp *x) |
| act_chp * | gethse () |
| void | sethse (act_chp *x) |
| act_prs * | getprs () |
| void | setprs (act_prs *x) |
| act_spec * | getspec () |
| void | setspec (act_spec *x) |
| act_refine * | getrefine () |
| void | setrefine (act_refine *x) |
| act_sizing * | getsizing () |
| void | setsizing (act_sizing *s) |
| act_initialize * | getinit () |
| void | setinit (act_initialize *s) |
| act_dataflow * | getdflow () |
| void | setdflow (act_dataflow *s) |
| act_languages * | Expand (ActNamespace *ns, Scope *s) |
| int | hasCktLang () |
| int | hasNetlistLang () |
Private Attributes | |
| act_chp * | chp |
| act_chp * | hse |
| act_prs * | prs |
| act_spec * | spec |
| act_refine * | refine |
| act_sizing * | sizing |
| act_initialize * | init |
| act_dataflow * | dflow |
This holds all the sub-langugae bodies in a namespace/user-defined type definition.
|
inline |
| act_languages * act_languages::Expand | ( | ActNamespace * | ns, |
| Scope * | s | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Used to check if a circuit description language is included. A circuit description langugae is chp, hse, prs, or dataflow.
|
inline |
Used to check if a netlist description language exists. The netlist description language is prs.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |