Skip to content

Update verilog_frontend.cc #5102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

KrystalDelusion
Copy link
Member

What are the reasons/motivation for this change?
Trying to pass a file without a -f|-F flag is misleading, in the best case giving a warning about the selection not matching any module, or in worst case just doing nothing (if the filename is a valid selection).

Explain how this is achieved.
Set select option in extra_args() to false.

If applicable, please suggest to reviewers how they can test the change.
read_verilog_file_list <file>.

`read_verilog_file_list` should not try to read arguments as selection args.  Without this, trying to pass a file without a `-f|-F` flag is misleading, in the best case giving a warning about the selection not matching any module, or in worst case just doing nothing (if the filename is a valid selection).
@KrystalDelusion KrystalDelusion requested a review from zachjs as a code owner May 7, 2025 22:38
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