1
0
mirror of synced 2026-05-27 07:08:03 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
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