aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/counter/run.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/examples/counter/run.tcl')
-rw-r--r--fpga_interchange/examples/counter/run.tcl15
1 files changed, 0 insertions, 15 deletions
diff --git a/fpga_interchange/examples/counter/run.tcl b/fpga_interchange/examples/counter/run.tcl
deleted file mode 100644
index 245aab04..00000000
--- a/fpga_interchange/examples/counter/run.tcl
+++ /dev/null
@@ -1,15 +0,0 @@
-yosys -import
-
-read_verilog counter.v
-
-synth_xilinx -nolutram -nowidelut -nosrl -nocarry -nodsp
-techmap -map ../remap.v
-
-# 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 build/counter.json