3
0
Fork 0
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:
Emil J. Tywoniak 2024-06-13 21:34:42 +02:00
parent 193a43e82c
commit 866b7a7121
3 changed files with 49 additions and 8 deletions

View file

@ -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()