1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-20 21:34:04 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Geza Lore
0b74e9b354 Ensure topological ordering of module list.
At the end of V3Param, fix up the module list to be topologically
sorted. We need to do this at the end as a later instantiation of a
recursive module might instantiate an earlier specialization, which we
cannot know until we processed everything. The rest of the compiler
depends on the module list being topologically sorted.

Fixes 
2022-04-23 13:25:27 +01:00