update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/verilog/numbers.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/verilog/numbers.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
a = 'hff;
|
||||
A = 'HFF;
|
||||
b = 8'h33;
|
||||
B = 8'H33;
|
||||
c = 12;
|
||||
d = 'o755;
|
||||
e = 8'b1001_0001;
|
||||
f = 8'b1111zzzx;
|
||||
Reference in New Issue
Block a user