fix looping simplification on unfolded based literals

This commit is contained in:
Zachary Snow
2021-07-22 12:45:53 -04:00
parent b2b6f8f8f2
commit 1e6fa7b858
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module top;
initial $display("%b", (12'hb03 - 12'hb07) + 12'hb10);
endmodule