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

Question: not expose specific block parameter to the higher hierarchy level or expose it with its default value #1501

Closed veripoolbot closed 5 years ago

veripoolbot commented 5 years ago

Author Name: Moshe M Original Redmine Message: 3108 from https://www.veripool.org


Is there a way to tell auto-connect (e.g. by adding inline pragma) to either not expose specific block parameter to the higher hierarchy level or expose it with its default value assigned to it?

Thanks!

veripoolbot commented 5 years ago

Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2019-09-23T14:24:53Z


I presume you are referring to AUTOINSTPARAM. A very recent version (see Download tab) allows you to have a regexp of which params to expose.