mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Apply suggestions from code review
Co-Authored-By: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com>
This commit is contained in:
parent
d40f12252b
commit
f64d59d824
2 changed files with 2 additions and 6 deletions
|
@ -1148,11 +1148,10 @@ struct ShareWorker
|
|||
#endif
|
||||
|
||||
limit = config.limit;
|
||||
|
||||
modwalker.setup(module);
|
||||
|
||||
cells_to_remove.clear();
|
||||
recursion_state.clear();;
|
||||
recursion_state.clear();
|
||||
topo_cell_drivers.clear();
|
||||
topo_bit_drivers.clear();
|
||||
exclusive_ctrls.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue