hw_regmap 0.2.1

hw_regmap: A register map generation tool.
Documentation
1
2
3
4
5
6
{# Template for generating RTL parameter #}
{# Warn: Keep indentation in phase with module template (cf. param_snippets) #}
{% for d in default_name %}
    parameter int {{ d }} = 0
    {%- if loop.last %}{% break %}{% endif -%},
{% endfor %}