Limbo 3.5.4
Loading...
Searching...
No Matches
VerilogParser::Range Struct Reference

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

Detailed Description

range with pair of low and high values

Definition at line 31 of file VerilogDataBase.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

VerilogParser::Range::Range ( )
inline

constructor

Definition at line 36 of file VerilogDataBase.h.

◆ Range() [2/2]

VerilogParser::Range::Range ( int l,
int h )
inline

constructor

Parameters
llow value
hhigh value

Definition at line 40 of file VerilogDataBase.h.

Member Data Documentation

◆ high

int VerilogParser::Range::high

high value, min infinity if not specified

Definition at line 34 of file VerilogDataBase.h.

◆ low

int VerilogParser::Range::low

low value, min infinity if not specified

Definition at line 33 of file VerilogDataBase.h.


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