3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 21:33:35 +00:00
yosys/passes
Rupert Swarbrick 7d50b83322 Extract missing module support in hierarchy.cc to a helper function
I think the code is now a bit easier to follow (and has lost some
levels of indentation!).

The only non-trivial change is that I removed the check for
cell->type[0] != '$' when deciding whether to complain if we couldn't
find a module. This will always be true because of the early exit
earlier in the function.
2021-07-14 22:54:50 -04:00
..
cmds
equiv
fsm
hierarchy Extract missing module support in hierarchy.cc to a helper function 2021-07-14 22:54:50 -04:00
memory
opt
pmgen
proc Delete unused found_init variable 2021-07-14 10:19:07 +01:00
sat
techmap
tests