ACT Library
|
This is used to hold information about a global signal used in a process. More...
#include <booleanize.h>
Public Attributes | |
act_connection * | c |
unsigned int | input:1 |
unsigned int | bidir:1 |
This is used to hold information about a global signal used in a process.
unsigned int netlist_global_port::bidir |
bidirectional? if this is set, then it is an I/O signal; otherwise the input flag specifies input v/s output
act_connection* netlist_global_port::c |
port bool connection pointer
unsigned int netlist_global_port::input |
1 if input, otherwise output