korgull
Junior Member level 1
- Joined
- Jun 5, 2008
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- MN, United States
- Activity points
- 1,418
verilog log function
Hi,
Is there a way or an equivalent command in Verilog which does the same thing as the 'LENGTH function in VHDL? If I am correct, the syntax of
will return the bit size of the signal "Data", which is what I would like to do.
thanks
Hi,
Is there a way or an equivalent command in Verilog which does the same thing as the 'LENGTH function in VHDL? If I am correct, the syntax of
Code:
Data'LENGTH
thanks