3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00

Bugfix in partsel.v signed indices test cases

Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
Claire Wolf 2020-05-01 17:26:07 +02:00
parent 88185f8959
commit f38d76efbf

View file

@ -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
);