3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-30 10:53:53 +00:00
yosys/frontends
Xing Guo 9a6f25fb73 verilog_parser: Use unique_ptr<> to store the attribute list.
We can get rid of the new / delete statements and free_attr() and we
don't need to manage the memory manually.
2025-09-11 09:57:45 +08:00
..
aiger Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
aiger2
ast Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
blif
json
liberty Liberty file caching with new libcache command 2025-04-03 13:39:35 +02:00
rpc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
rtlil
verific Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
verilog verilog_parser: Use unique_ptr<> to store the attribute list. 2025-09-11 09:57:45 +08:00