3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-29 22:40:12 +00:00

Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to techmap/ since it's going to become a generic pass

This commit is contained in:
Andrew Zonenberg 2017-08-28 20:52:08 -07:00
parent 393b18e8e1
commit b5c15636c5
4 changed files with 13 additions and 13 deletions

View file

@ -155,7 +155,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("fine"))
{
run("greenpak4_counters");
run("extract_counter");
run("clean");
run("opt -fast -mux_undef -undriven -fine");
run("memory_map");