3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-17 15:11:30 +00:00
yosys/frontends
Xing Guo 9c0b430736 verilog_parser: Use unique_ptr<> to store the attribute list.
This patch teaches the verilog_parser use unique_ptr<> to store the
attribute list, so that we don't need to manage the memory manually.
2025-09-11 00:48:38 +08:00
..
aiger Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
aiger2 aiger2: Clean debug print 2024-12-10 14:27:55 +01:00
ast Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
blif rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
json fix handling of escaped chars in json backend and frontend 2022-02-18 17:13:09 +01:00
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 read_rtlil: warn on assigns after switches in case rules 2024-11-21 22:41:13 +01:00
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 00:48:38 +08:00