mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Behavior should be identical now to rev. 0b4a64ac6a (next: testing before constfold fixes)
This commit is contained in:
@@ -73,10 +73,10 @@ module test10(a, b, c, y);
|
||||
assign y = ^(a ? b : c);
|
||||
endmodule
|
||||
|
||||
module test11(a, b, y);
|
||||
input signed [3:0] a;
|
||||
input signed [3:0] b;
|
||||
output signed [5:0] y;
|
||||
assign y = -(5'd27);
|
||||
endmodule
|
||||
// module test11(a, b, y);
|
||||
// input signed [3:0] a;
|
||||
// input signed [3:0] b;
|
||||
// output signed [5:0] y;
|
||||
// assign y = -(5'd27);
|
||||
// endmodule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user