mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 08:42:16 +00:00
Adding new pass to fix carry chain
This commit is contained in:
parent
b3a91d6508
commit
8c8100e0df
3 changed files with 124 additions and 0 deletions
|
@ -191,6 +191,7 @@ struct SynthEfinixPass : public ScriptPass
|
|||
if (check_label("map_gbuf"))
|
||||
{
|
||||
run("efinix_gbuf");
|
||||
run("efinix_fixcarry");
|
||||
run("clean");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue