mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-20 10:10:23 +00:00
Merge pull request #5297 from rocallahan/redundant-assignmap
Remove redundant construction of `assign_map`.
This commit is contained in:
commit
f0ccc65820
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ struct OptMergeWorker
|
||||||
}
|
}
|
||||||
|
|
||||||
OptMergeWorker(RTLIL::Design *design, RTLIL::Module *module, bool mode_nomux, bool mode_share_all, bool mode_keepdc) :
|
OptMergeWorker(RTLIL::Design *design, RTLIL::Module *module, bool mode_nomux, bool mode_share_all, bool mode_keepdc) :
|
||||||
design(design), module(module), assign_map(module), mode_share_all(mode_share_all)
|
design(design), module(module), mode_share_all(mode_share_all)
|
||||||
{
|
{
|
||||||
total_count = 0;
|
total_count = 0;
|
||||||
ct.setup_internals();
|
ct.setup_internals();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue