veripool / verilog-perl

Verilog parser, preprocessor, and related tools for the Verilog-Perl package
https://www.veripool.org/verilog-perl
Artistic License 2.0
121 stars 34 forks source link

vhier - Apply skiplist to input files and module files as well #1683

Closed mksoc closed 2 months ago

mksoc commented 2 months ago

As far as I understand, at the moment the --skiplist option in vhier is used only in conjunction with either --cells or --forest, but I think it would make sense to also skip modules defined in the skiplist when --input-files, --modules and --module-files are used, given that hierarchy is traversed with those options.

wsnyder commented 2 months ago

You're perhaps correct, but that would require the parser which is a lower-level package to implement it. And it might break old scripts.

At this time Verilog-Perl is in maintenance-only mode, so we're only taking bug fixes, so closing this out. Thanks for reporting though.

mksoc commented 2 months ago

Thanks for the reply and for all your good work!