diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-08-31 17:54:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 17:54:28 +0200 |
commit | c9a4feba6ab389c3dedd5dd41348ad26f352b29e (patch) | |
tree | 9bd2839064c2e2a9d6b6c9de71918918c3b65ee0 /techlibs/greenpak4/synth_greenpak4.cc | |
parent | c0034f51e6540ab945e88843bb20035bfa7b333b (diff) | |
parent | 16043b79b6c42b1d25604ed40221a5479e8811c0 (diff) | |
download | yosys-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.cc | 2 |
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"); |