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

This is used to hold information about a global signal used in a process. More...

#include <booleanize.h>

Public Attributes

act_connectionc
 
unsigned int input:1
 
unsigned int bidir:1
 

Detailed Description

This is used to hold information about a global signal used in a process.

Member Data Documentation

◆ bidir

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

◆ c

act_connection* netlist_global_port::c

port bool connection pointer

◆ input

unsigned int netlist_global_port::input

1 if input, otherwise output


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