3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge upstream yosys changes

This commit is contained in:
Akash Levy 2024-07-01 18:33:38 -07:00
commit 0596766cbd
14 changed files with 460 additions and 320 deletions

View file

@ -278,7 +278,7 @@ struct OptLutInsPass : public Pass {
module->remove(cell);
}
}
} XilinxDffOptPass;
} OptLutInsPass;
PRIVATE_NAMESPACE_END