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:
parent
3fc1b9f3fd
commit
634f18be96
3 changed files with 8 additions and 7 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue