From 9c33172ece6969dbca8656789fda8135619ce615 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 16 Aug 2015 12:55:25 +0200 Subject: Added tribuf command --- techlibs/ice40/synth_ice40.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'techlibs/ice40/synth_ice40.cc') diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 4499263a..788835f1 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -82,6 +82,7 @@ struct SynthIce40Pass : public Pass { log(" flatten: (unless -noflatten)\n"); log(" proc\n"); log(" flatten\n"); + log(" tribuf -logic\n"); log("\n"); log(" coarse:\n"); log(" synth -run coarse\n"); @@ -201,6 +202,7 @@ struct SynthIce40Pass : public Pass { { Pass::call(design, "proc"); Pass::call(design, "flatten"); + Pass::call(design, "tribuf -logic"); } if (check_label(active, run_from, run_to, "coarse")) -- cgit v1.2.3