yosys/tests/liberty/busdef2.lib.verilogsim.ok

5 lines
72 B
Plaintext

module not_cell (Y);
output Y;
assign Y = !A[0]; // !A[0]
endmodule