Skip to content

Commit 0ec8126

Browse files
committed
[rtl] add tpl suffix to xbar_main_hjson
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent a2a3dc7 commit 0ec8126

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

util/top_gen/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def generate_top(config: TopConfig) -> None:
345345
),
346346
}
347347
for template_file, output_file in (
348-
("data/xbar_main.hjson", "data/xbar_main_generated.hjson"),
348+
("data/xbar_main.hjson.tpl", "data/xbar_main_generated.hjson"),
349349
(
350350
"rtl/templates/sonata_xbar_main.sv.tpl",
351351
"rtl/bus/sonata_xbar_main.sv",

0 commit comments

Comments
 (0)