|
Limbo 3.5.4
|
range with pair of low and high values More...
#include <VerilogDataBase.h>
Public Member Functions | |
| Range () | |
| constructor | |
| Range (int l, int h) | |
| constructor | |
Public Attributes | |
| int | low |
| low value, min infinity if not specified | |
| int | high |
range with pair of low and high values
Definition at line 31 of file VerilogDataBase.h.
|
inline |
constructor
Definition at line 36 of file VerilogDataBase.h.
|
inline |
| int VerilogParser::Range::high |
high value, min infinity if not specified
Definition at line 34 of file VerilogDataBase.h.
| int VerilogParser::Range::low |
low value, min infinity if not specified
Definition at line 33 of file VerilogDataBase.h.