aboutsummaryrefslogtreecommitdiffstats
path: root/tests/efinix/tribuf.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/efinix/tribuf.ys')
-rw-r--r--tests/efinix/tribuf.ys12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/efinix/tribuf.ys b/tests/efinix/tribuf.ys
new file mode 100644
index 000000000..20d4f215d
--- /dev/null
+++ b/tests/efinix/tribuf.ys
@@ -0,0 +1,12 @@
+read_verilog tribuf.v
+hierarchy -top top
+proc
+tribuf
+flatten
+synth
+equiv_opt -assert -map +/efinix/cells_sim.v -map +/simcells.v synth_efinix # equivalency check
+design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
+cd top # Constrain all select calls below inside the top module
+#Internal cell type used. Need support it.
+select -assert-count 1 t:$_TBUF_
+select -assert-none t:$_TBUF_ %% t:* %D