3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 18:00:24 +00:00
yosys/passes
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
..
cmds Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
equiv mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
fsm io: refactor string and file work into new unit 2025-03-19 13:43:42 +01:00
hierarchy Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
memory memory_libmap: fix MapWorker memory allocation 2025-04-14 12:41:14 +02:00
opt Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
pmgen Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
proc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
sat Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
techmap Improve the performance of concat_name in the flattening pass 2025-07-29 10:52:32 +02:00
tests Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00