3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-30 06:50:09 +00:00

extract_counter: Minor changes requested to comply with upstream policy, fixed a few typos

This commit is contained in:
Andrew Zonenberg 2017-08-30 16:27:18 -07:00
parent 3fc1b9f3fd
commit 634f18be96
3 changed files with 8 additions and 7 deletions

View file

@ -155,7 +155,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("fine"))
{
run("extract_counter -pout \\GP_DCMP,\\GP_DAC -maxwidth 14");
run("extract_counter -pout GP_DCMP,GP_DAC -maxwidth 14");
run("clean");
run("opt -fast -mux_undef -undriven -fine");
run("memory_map");