From: Eddie Hung Date: Thu, 12 Dec 2019 22:43:13 +0000 (-0800) Subject: Add test X-Git-Tag: working-ls180~846^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47ac1b01e673c1fc6f0010237c66d9b20957dcd0;p=yosys.git Add test --- diff --git a/tests/arch/xilinx/tribuf.sh b/tests/arch/xilinx/tribuf.sh new file mode 100644 index 000000000..636aed12a --- /dev/null +++ b/tests/arch/xilinx/tribuf.sh @@ -0,0 +1,5 @@ +! ../../../yosys ../common/tribuf.v -qp "synth_xilinx" +../../../yosys ../common/tribuf.v -qp "synth_xilinx -iopad; \ +select -assert-count 2 t:IBUF; \ +select -assert-count 1 t:INV; \ +select -assert-count 1 t:OBUFT"