Tidy up whitespace in generated package. #148

This commit is contained in:
Alex Mykyta
2025-07-01 16:56:41 -07:00
parent 105abdcba2
commit a917164642
3 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ package {{ds.package_name}};
localparam {{ds.module_name.upper()}}_MIN_ADDR_WIDTH = {{ds.addr_width}};
localparam {{ds.module_name.upper()}}_SIZE = {{SVInt(ds.top_node.size)}};
{{hwif.get_extra_package_params()|indent}}
{{-hwif.get_extra_package_params()|indent}}
{{hwif.get_package_contents()|indent}}
{{-hwif.get_package_contents()|indent}}
endpackage
{# (eof newline anchor) #}