Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/verilog/numbers.txt
2021-04-07 19:25:18 -04:00

9 lines
96 B
Plaintext
Vendored

a = 'hff;
A = 'HFF;
b = 8'h33;
B = 8'H33;
c = 12;
d = 'o755;
e = 8'b1001_0001;
f = 8'b1111zzzx;