Is there any difference between 'high in vhdl and $high in verilog??
Asked
Active
Viewed 278 times
1 Answers
1
The difference is $high
in Verilog can only return a integer
type whereas the 'high
attribute in VHDL returns the largest value in the type of the range.

dave_59
- 7,557
- 1
- 14
- 26