3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-17 23:21:30 +00:00
yosys/frontends/verilog
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
..
.gitignore read_verilog, ast: use unified locations in errors and simplify dependencies 2025-08-11 13:34:10 +02:00
const2ast.cc const2ast: fix for consistency with previous diagnostics behavior 2025-08-11 13:34:10 +02:00
Makefile.inc verilog: fix build dependency graph 2025-08-11 13:34:10 +02:00
preproc.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
preproc.h preproc: formatting 2025-08-11 13:34:10 +02:00
verilog_error.cc verilog: demote some parser errors to warnings again 2025-08-13 10:54:47 +02:00
verilog_error.h verilog: demote some parser errors to warnings again 2025-08-13 10:54:47 +02:00
verilog_frontend.cc verilog_location: rename location to Location to avoid conflict with Pass::location 2025-08-11 13:34:10 +02:00
verilog_frontend.h const2ast: fix for consistency with previous diagnostics behavior 2025-08-11 13:34:10 +02:00
verilog_lexer.h verilog_lexer: refactor 2025-08-11 13:34:10 +02:00
verilog_lexer.l Merge pull request #5332 from YosysHQ/parse_specify-rebased 2025-09-09 21:53:04 +02:00
verilog_location.h verilog: Fix missing sstream include 2025-08-21 08:26:20 +01:00
verilog_parser.y verilog_parser: Use unique_ptr<> to store the attribute list. 2025-09-11 00:48:38 +08:00