aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/counter/run.tcl
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-06 10:48:04 +0100
committergatecat <gatecat@ds0.me>2021-04-30 14:15:37 +0100
commit49caad0b7b22f44039cdaaefa352fd6fea2ecf30 (patch)
treecf65fe8f8ee3538beb9a14008f69ce5f4db40b9a /fpga_interchange/examples/tests/counter/run.tcl
parent0461cc8c3ac93bc525d35a15528c4711f244b9c6 (diff)
downloadnextpnr-49caad0b7b22f44039cdaaefa352fd6fea2ecf30.tar.gz
nextpnr-49caad0b7b22f44039cdaaefa352fd6fea2ecf30.tar.bz2
nextpnr-49caad0b7b22f44039cdaaefa352fd6fea2ecf30.zip
interchange/nexus: Add counter example
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/examples/tests/counter/run.tcl')
-rw-r--r--fpga_interchange/examples/tests/counter/run.tcl15
1 files changed, 0 insertions, 15 deletions
diff --git a/fpga_interchange/examples/tests/counter/run.tcl b/fpga_interchange/examples/tests/counter/run.tcl
deleted file mode 100644
index ffea3b2e..00000000
--- a/fpga_interchange/examples/tests/counter/run.tcl
+++ /dev/null
@@ -1,15 +0,0 @@
-yosys -import
-
-read_verilog $::env(SOURCES)
-
-synth_xilinx -nolutram -nowidelut -nosrl -nocarry -nodsp
-techmap -map $::env(TECHMAP)
-
-# opt_expr -undriven makes sure all nets are driven, if only by the $undef
-# net.
-opt_expr -undriven
-opt_clean
-
-setundef -zero -params
-
-write_json $::env(OUT_JSON)