Limbo 3.5.4
Loading...
Searching...
No Matches
VerilogParser::NetPin::Extension Union Reference

Extension to handle a net with constant values or a regular net. More...

#include <VerilogDataBase.h>

Public Attributes

int constant
 constant value if the net is a constant
std::vector< GeneralName > * vNetName
 a group of net names if the net is a group of nets

Detailed Description

Extension to handle a net with constant values or a regular net.

Definition at line 74 of file VerilogDataBase.h.

Member Data Documentation

◆ constant

int VerilogParser::NetPin::Extension::constant

constant value if the net is a constant

Definition at line 75 of file VerilogDataBase.h.

◆ vNetName

std::vector<GeneralName>* VerilogParser::NetPin::Extension::vNetName

a group of net names if the net is a group of nets

Definition at line 76 of file VerilogDataBase.h.


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