presentations/highlight-js/test/markup/verilog/numbers.txt

9 lines
96 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
a = 'hff;
A = 'HFF;
b = 8'h33;
B = 8'H33;
c = 12;
d = 'o755;
e = 8'b1001_0001;
f = 8'b1111zzzx;