How to enter values for signal breakpoints

Solution

Users can set signal breakpoint values in the waveform window using different radixes. For example, the value of the signal STD_LOGIC_VECTOR (3 downto 0) can be defined in the following ways:

1101 character literal sequence

2#1101 binary radix

8#15 octal radix

O"15" octal radix

10#13 decimal radix

D"13" decimal radix

16#D hexadecimal radix

X"D" hexadecimal radix

For more information, please refer to the bs macro command in the Riviera-PRO Help.



Printed version of site: www.aldec.com/en/support/resources/documentation/faq/1712