3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-24 16:12:33 +00:00

Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Akash Levy 2026-01-21 15:13:57 -08:00
commit b11037e6c6
15 changed files with 2026 additions and 151 deletions

View file

@ -78,7 +78,6 @@ struct DffunmapPass : public Pass {
continue;
FfData ff(&initvals, cell);
IdString name = cell->name;
if (!ff.has_clk)
continue;