mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-27 01:39:23 +00:00
conns and params from dict, oldcell no longer attrobject
This commit is contained in:
parent
193a43e82c
commit
866b7a7121
3 changed files with 49 additions and 8 deletions
|
|
@ -3750,7 +3750,6 @@ void RTLIL::OldCell::sort()
|
|||
{
|
||||
connections_.sort(sort_by_id_str());
|
||||
parameters.sort(sort_by_id_str());
|
||||
attributes.sort(sort_by_id_str());
|
||||
}
|
||||
|
||||
void RTLIL::Cell::check()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue