|
ACT Library
|
This holds information about a port in the Booleanized netlist data structure. More...
#include <booleanize.h>
Public Attributes | |
| act_connection * | c |
| unsigned int | omit:1 |
| unsigned int | input:1 |
| unsigned int | bidir:1 |
| unsigned int | used:1 |
| unsigned int | netid |
This holds information about a port in the Booleanized netlist data structure.
| unsigned int netlist_bool_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_bool_port::c |
port bool connection pointer
| unsigned int netlist_bool_port::input |
1 if input, otherwise output
| unsigned int netlist_bool_port::netid |
if set, points to net; -1 if not set
| unsigned int netlist_bool_port::omit |
skipped due to aliasing
| unsigned int netlist_bool_port::used |
placeholder, not set by standard passes. used when checking what is actually used after user-specified languages are selected