You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Norbert Preining edited this page Oct 6, 2017
·
2 revisions
parameterized module
A module with a parameter list (see module) is a parameterized module.
Parameters are given as a comma (,) separated list. Each parameter is
of the form [ <import_mode> ] <param_name> :: <module_name>
(spaces around :: are obligatory).
The parameter's module gives minimal requirements on the module
instantiation.
Within the module declaration sorts and operators of the parameter
are qualified with .<parameter_name> as seen in the example below.