1
0
mirror of synced 2026-05-02 06:26:59 +00:00
Files
YosysHQ.yosys/passes/techmap/flatten.cc
Drew Lewis d9b3a3f7bb Improve the performance of concat_name in the flattening pass
- Make IdString parameter pass by const ref to avoid IdString ref counting in the constructor
- Remove extra std::string allocation to remove prefix
- Avoid using `stringf` for concatenation
2025-07-29 10:52:32 +02:00

16 KiB