diff options
Diffstat (limited to 'tests/techmap/cmp2lcu.ys')
-rw-r--r-- | tests/techmap/cmp2lcu.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/techmap/cmp2lcu.ys b/tests/techmap/cmp2lcu.ys index e7a422e2f..620996549 100644 --- a/tests/techmap/cmp2lcu.ys +++ b/tests/techmap/cmp2lcu.ys @@ -1,5 +1,5 @@ read_verilog <<EOT -module top(input [11:0] a, b, output gtu, gts, ltu, lts, geu, ges, leu, les); +module top(input [12:0] a, b, output gtu, gts, ltu, lts, geu, ges, leu, les); assign gtu = a > b; assign gts = $signed(a) > $signed(b); assign ltu = a < b; |