3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-23 20:53:47 +00:00
yosys/backends
Robert O'Callahan 46cb05c471 Pass IdString by value instead of by const reference.
When IdString refcounting was expensive, it made sense to pass it by const reference
instead of by value, to avoid refcount churn. Now that IdString is not refcounted,
it's slightly more efficient to pass it by value.
2025-12-22 01:52:59 +00:00
..
aiger Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
aiger2 aiger2: fix case where submodule cell input port has empty SigSpec 2025-12-01 19:40:58 +01:00
blif Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
btor write_btor: Include $assert and $assume cells in -ywmap output 2025-10-09 14:50:36 +02:00
cxxrtl Pass IdString by value instead of by const reference. 2025-12-22 01:52:59 +00:00
edif Remove unnecessary .c_str() in EDIF_ macros 2025-09-16 23:14:11 +00:00
firrtl Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix() 2025-09-16 23:02:16 +00:00
functional Fixes 2025-12-02 11:17:21 -08:00
intersynth Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
jny Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
json Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
rtlil Merge pull request #5473 from YosysHQ/krys/unsized_params 2025-11-12 07:14:44 +13:00
simplec Update backends to avoid bits() 2025-09-16 03:17:23 +00:00
smt2 Update backends to avoid bits() 2025-09-16 03:17:23 +00:00
smv Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
spice Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
table Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
verilog Fix reset_auto_counter_id to correctly detect _NNN_ patterns 2025-11-17 09:21:59 +00:00