We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b63ce4 + c7c1fae commit 4ed83c8Copy full SHA for 4ed83c8
regression/verilog/expressions/signed2.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+signed2.sv
3
+--bound 0
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
9
+The signed base 2 literal should be sign-extended.
regression/verilog/expressions/signed2.sv
@@ -0,0 +1,7 @@
+module main;
+
+ p0: assert final ('sb1 == -1);
+ p1: assert final ('sb11 == -1);
+ p2: assert final (4'sb111 == 7);
+endmodule
0 commit comments