ACT Library
|
Holds a CHP sub-language. More...
#include <lang.h>
Public Attributes | |
ActId * | vdd |
power supply | |
ActId * | gnd |
ground | |
ActId * | psc |
p-substrate terminal | |
ActId * | nsc |
n-substrate terminal | |
act_chp_lang_t * | c |
chp body | |
int | is_synthesizable |
1 if this is synthesizable, 0 otherwise | |
Holds a CHP sub-language.
act_chp_lang_t* act_chp::c |
chp body
ActId* act_chp::gnd |
ground
int act_chp::is_synthesizable |
1 if this is synthesizable, 0 otherwise
ActId* act_chp::nsc |
n-substrate terminal
ActId* act_chp::psc |
p-substrate terminal
ActId* act_chp::vdd |
power supply