yosys/frontends/verilog
Remy Goldschmidt 0feda723a8
Add UDP support
2026-06-06 19:01:53 -07:00
..
.gitignore read_verilog, ast: use unified locations in errors and simplify dependencies 2025-08-11 13:34:10 +02:00
CMakeLists.txt Add UDP support 2026-06-06 19:01:53 -07:00
const2ast.cc Remove .c_str() calls from parameters to log_file_warning() 2025-09-16 23:03:45 +00:00
preproc.cc reduce OS ifdefs, refactor getting dirs and filenames from paths to files 2025-10-14 15:46:17 +02:00
preproc.h preproc: formatting 2025-08-11 13:34:10 +02:00
verilog_error.cc Use C++ stringf machinery in verilog_error 2025-09-12 06:21:56 +00:00
verilog_error.h Use C++ stringf machinery in verilog_error 2025-09-12 06:21:56 +00:00
verilog_frontend.cc WASI now support filesystem 2026-06-05 09:18:00 +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 Add UDP support 2026-06-06 19:01:53 -07:00
verilog_location.h verilog: Fix missing sstream include 2025-08-21 08:26:20 +01:00
verilog_parser.y Add UDP support 2026-06-06 19:01:53 -07:00
verilog_udp.cc Add UDP support 2026-06-06 19:01:53 -07:00
verilog_udp.h Add UDP support 2026-06-06 19:01:53 -07:00