1
0
mirror of synced 2026-02-21 07:05:05 +00:00
Files
YosysHQ.yosys/tests/arch/analogdevices/bug1605.ys
2026-02-19 10:59:59 +00:00

20 lines
265 B
Plaintext

read_verilog <<EOT
module top(inout io);
wire in;
wire t;
wire o;
IOBUF IOBUF(
.I(in),
.T(t),
.IO(io),
.O(o)
);
endmodule
EOT
synth_analogdevices
cd top
select -assert-count 1 t:IOBUF
select -assert-none t:* t:IOBUF %d