You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dummy variable trick" introduced in [1]:
- Results in syntax error that is not rolled back, causing sv-bugpoint
to not minimize anything at all if `verilator_config is present
- Relies on not-always-true assumtion that `verilator_config block is
recognized by slang as trivia
This commit:
- goes back to removing `verilator_config as separate step
- recognizes `begin_keywords as a way to go back from config mode to
systemverilog mode
[1]: 533abc2 ("Add support for multi-file designs", 2025-02-26)
9e15f30
0 commit comments