3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00
yosys/tests/various/bug2014.ys
2020-05-02 14:22:37 -07:00

13 lines
207 B
Plaintext

read_verilog <<EOT
module test (
input signed [1:0] n,
output [3:0] dout
);
assign dout = n + 4'sd 4;
endmodule
EOT
alumacc
select -assert-count 1 t:$alu
equiv_opt -assert opt -fine