Skip to content

Comments

verific: add -ignore_module option#5585

Open
dhvll wants to merge 2 commits intoYosysHQ:mainfrom
dhvll:verific-ignore_module
Open

verific: add -ignore_module option#5585
dhvll wants to merge 2 commits intoYosysHQ:mainfrom
dhvll:verific-ignore_module

Conversation

@dhvll
Copy link

@dhvll dhvll commented Jan 3, 2026

This PR adds a verific -ignore_module option that allows users to specify module names that should be ignored during Verific frontend elaboration.

Silimate’s Yosys fork includes an option to explicitly list module names to be ignored by Verific.

Upstreaming this option provides a clear and explicit mechanism to exclude such modules without modifying source files.

The option consumes the remaining command-line arguments as module names and registers them via veri_file::AddToIgnoredParsedModuleNames(). Because the option consumes positional arguments, option parsing intentionally terminates after this flag. The behavior is guarded under VERIFIC_SYSTEMVERILOG_SUPPORT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant