|
ACT Library
|
This is used for flat netlist generation to represent a net that consists of a net name and a list of pins. More...
#include <booleanize.h>
Public Member Functions | |
| A_DECL (act_local_pin_t, pins) | |
| array of pins for the net | |
Public Attributes | |
| act_connection * | net |
| unsigned int | skip:1 |
| set to skip this net | |
| unsigned int | port:1 |
| 1 if this is a port | |
This is used for flat netlist generation to represent a net that consists of a net name and a list of pins.
| act_local_net_t::A_DECL | ( | act_local_pin_t | , |
| pins | |||
| ) |
array of pins for the net
| act_connection* act_local_net_t::net |
the name of the net; note that this could be a global
| unsigned int act_local_net_t::port |
1 if this is a port
| unsigned int act_local_net_t::skip |
set to skip this net