3
0
Fork 0
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:
Miodrag Milanovic 2019-08-11 10:17:49 +02:00
parent b3a91d6508
commit 8c8100e0df
3 changed files with 124 additions and 0 deletions

View file

@ -191,6 +191,7 @@ struct SynthEfinixPass : public ScriptPass
if (check_label("map_gbuf"))
{
run("efinix_gbuf");
run("efinix_fixcarry");
run("clean");
}