3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00
yosys/frontends/ast
Krystine Sherwin 0a1c664f02
simplify: Skip AST_PRIMITIVE in AST_CELLARRAY
Otherwise the `AST_PRIMITIVE` simplifies to the corresponding function and is no longer caught by the check for `AST_PRIMITIVE`s, raising an assertion error instead of an input error.
Add bug4785.ys to tests/verilog to demonstrate.
2025-03-25 12:15:54 +13:00
..
ast.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
ast.h mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
ast_binding.cc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast_binding.h Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
dpicall.cc ast/dpicall: Stop using variable length array 2025-02-24 17:32:30 +01:00
genrtlil.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
Makefile.inc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
simplify.cc simplify: Skip AST_PRIMITIVE in AST_CELLARRAY 2025-03-25 12:15:54 +13:00