aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple')
-rw-r--r--tests/simple/partsel.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple/partsel.v b/tests/simple/partsel.v
index dd66ded55..5e9730d6b 100644
--- a/tests/simple/partsel.v
+++ b/tests/simple/partsel.v
@@ -89,7 +89,7 @@ module partsel_test005 (
endmodule
module partsel_test006 (
- input [31:0] din,
+ input [31:-32] din,
input signed [4:0] n,
output reg [31:-32] dout
);
@@ -101,7 +101,7 @@ endmodule
module partsel_test007 (
- input [31:0] din,
+ input [31:-32] din,
input signed [4:0] n,
output reg [31:-32] dout
);