Skip to content
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

vhier --skiplist option not working #1375

Closed
veripoolbot opened this issue Dec 12, 2018 · 1 comment
Closed

vhier --skiplist option not working #1375

veripoolbot opened this issue Dec 12, 2018 · 1 comment
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Clarke Watson
Original Redmine Issue: 1375 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


I am having trouble getting the --skiplist option to work with vhier.

I've attached a simple testcase to show the issue.

Below is the output when running the testcase (just type 'make'). The debug output shows that 'block_c' was recognized as part of the skiplist, but it is not skipped when reading the design.

Please let me know if I'm doing anything wrong.

Thanks,
Clarke

$ make
vhier --debug --skiplist skiplist -F top/file.f --top-module top --input-files
Debug: skiplist:
         block_c
    Reading top/../block_a/block_a.sv
    Reading top/../block_b/block_b.sv
    Reading top/top.sv
    Reading top/orphan.sv
%Error: top/top.sv:57: Cannot find block_c
%Error: top/top.sv:57: Module/Program/Interface reference not found: block_c
Exiting due to errors
make: *** [Makefile:2: all] Error 10

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2018-12-12T01:40:52Z


Thanks for the very good example.

--skiplist skips printing a module name, it doesn't affect parsing.

Use --no-missing to suppress the complaints about missing modules.

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

No branches or pull requests

2 participants