mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Bugfix in partsel.v signed indices test cases
Signed-off-by: Claire Wolf <[email protected]>
This commit is contained in:
@@ -89,7 +89,7 @@ module partsel_test005 (
|
|||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module partsel_test006 (
|
module partsel_test006 (
|
||||||
input [31:0] din,
|
input [31:-32] din,
|
||||||
input signed [4:0] n,
|
input signed [4:0] n,
|
||||||
output reg [31:-32] dout
|
output reg [31:-32] dout
|
||||||
);
|
);
|
||||||
@@ -101,7 +101,7 @@ endmodule
|
|||||||
|
|
||||||
|
|
||||||
module partsel_test007 (
|
module partsel_test007 (
|
||||||
input [31:0] din,
|
input [31:-32] din,
|
||||||
input signed [4:0] n,
|
input signed [4:0] n,
|
||||||
output reg [31:-32] dout
|
output reg [31:-32] dout
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user