« Prev | Next » 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. Previous article Next article