{#- -*- mode:jinja2; -*- #}
{#- list of input template files and it output name #}
{#- format: <template file> <output file string template> -#}
{# pkg.vhd.in {{inst_name}}/pkg_{{type_name_org}}.vhd #}
pkg.vhd.in            {{inst_name}}/pkg_{{type_name_org}}.vhd
decoder_{{interface|lower}}.vhd.in  {{inst_name}}/{{type_name_org}}_decoder_{{interface|lower}}.vhd
top.vhd.in            {{inst_name}}/{{type_name_org}}.vhd
