mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Merge pull request #1709 from rqou/coolrunner2_counter
Improve CoolRunner-II optimization by using extract_counter pass
This commit is contained in:
commit
ab8826ae36
4 changed files with 519 additions and 97 deletions
|
@ -143,6 +143,9 @@ struct SynthCoolrunner2Pass : public ScriptPass
|
|||
|
||||
if (check_label("fine"))
|
||||
{
|
||||
run("extract_counter -dir up -allow_arst no");
|
||||
run("techmap -map +/coolrunner2/cells_counter_map.v");
|
||||
run("clean");
|
||||
run("opt -fast -full");
|
||||
run("techmap -map +/techmap.v -map +/coolrunner2/cells_latch.v");
|
||||
run("opt -fast");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue