|
Limbo 3.5.4
|
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 | |
Extension to handle a net with constant values or a regular net.
Definition at line 74 of file VerilogDataBase.h.
| int VerilogParser::NetPin::Extension::constant |
constant value if the net is a constant
Definition at line 75 of file VerilogDataBase.h.
| 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.