1
0
mirror of synced 2026-01-18 17:27:06 +00:00
YosysHQ.yosys/tests/opt/bug2311.ys
2020-07-29 12:41:43 +02:00

15 lines
144 B
Plaintext

read_verilog -icells << EOT
module top(...);
input A;
output Y;
$_XNOR_ x (.A(A), .B(A), .Y(Y));
endmodule
EOT
equiv_opt -assert opt_expr