aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4/synth_greenpak4.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-09-01 12:35:09 +0200
committerClifford Wolf <clifford@clifford.at>2017-09-01 12:35:09 +0200
commit18609f3df82a3403c41d552908183f7e49ff5678 (patch)
tree7b7f2d02a6f81e6f01ab318e86535bc5524e2ac8 /techlibs/greenpak4/synth_greenpak4.cc
parent307dc55d65f9b9c07c10f6043ce0f165aac3852e (diff)
parentc9a4feba6ab389c3dedd5dd41348ad26f352b29e (diff)
downloadyosys-18609f3df82a3403c41d552908183f7e49ff5678.tar.gz
yosys-18609f3df82a3403c41d552908183f7e49ff5678.tar.bz2
yosys-18609f3df82a3403c41d552908183f7e49ff5678.zip
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'techlibs/greenpak4/synth_greenpak4.cc')
-rw-r--r--techlibs/greenpak4/synth_greenpak4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc
index 92bcc8de7..5e0e9e5d5 100644
--- a/techlibs/greenpak4/synth_greenpak4.cc
+++ b/techlibs/greenpak4/synth_greenpak4.cc
@@ -155,7 +155,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("fine"))
{
- run("greenpak4_counters");
+ run("extract_counter -pout GP_DCMP,GP_DAC -maxwidth 14");
run("clean");
run("opt -fast -mux_undef -undriven -fine");
run("memory_map");