aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4/synth_greenpak4.cc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-28 22:13:36 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-28 22:18:57 -0700
commit3fc1b9f3fdd7f5e8aca25b266cbfea90b519cc42 (patch)
tree65154c916f07ecac9d642c5b6a3cbdb0d7c9ef85 /techlibs/greenpak4/synth_greenpak4.cc
parent46b01f05bba64a8dc42f0e34f767e7aa44b43a06 (diff)
downloadyosys-3fc1b9f3fdd7f5e8aca25b266cbfea90b519cc42.tar.gz
yosys-3fc1b9f3fdd7f5e8aca25b266cbfea90b519cc42.tar.bz2
yosys-3fc1b9f3fdd7f5e8aca25b266cbfea90b519cc42.zip
Finished refactoring counter extraction to be nice and generic. Implemented techmapping from $__COUNT_ to GP_COUNTx cells.
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 1fb99c348..56ea8003e 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("extract_counter");
+ run("extract_counter -pout \\GP_DCMP,\\GP_DAC -maxwidth 14");
run("clean");
run("opt -fast -mux_undef -undriven -fine");
run("memory_map");