aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4/synth_greenpak4.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-08-31 17:54:28 +0200
committerGitHub <noreply@github.com>2017-08-31 17:54:28 +0200
commitc9a4feba6ab389c3dedd5dd41348ad26f352b29e (patch)
tree9bd2839064c2e2a9d6b6c9de71918918c3b65ee0 /techlibs/greenpak4/synth_greenpak4.cc
parentc0034f51e6540ab945e88843bb20035bfa7b333b (diff)
parent16043b79b6c42b1d25604ed40221a5479e8811c0 (diff)
downloadyosys-c9a4feba6ab389c3dedd5dd41348ad26f352b29e.tar.gz
yosys-c9a4feba6ab389c3dedd5dd41348ad26f352b29e.tar.bz2
yosys-c9a4feba6ab389c3dedd5dd41348ad26f352b29e.zip
Merge pull request #399 from azonenberg/counter-extraction
Refactored counter extraction to not be GreenPAK specific. Fixes #396.
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");