ACT Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
act_local_net_t Class Reference

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_connectionnet
 
unsigned int skip:1
 set to skip this net
 
unsigned int port:1
 1 if this is a port
 

Detailed Description

This is used for flat netlist generation to represent a net that consists of a net name and a list of pins.

Member Function Documentation

◆ A_DECL()

act_local_net_t::A_DECL ( act_local_pin_t  ,
pins   
)

array of pins for the net

Member Data Documentation

◆ net

act_connection* act_local_net_t::net

the name of the net; note that this could be a global

◆ port

unsigned int act_local_net_t::port

1 if this is a port

◆ skip

unsigned int act_local_net_t::skip

set to skip this net


The documentation for this class was generated from the following file: