Skip to content

Commit 79ddc13

Browse files
committed
[rtl] Rename xbar_main_geneated.hjson
Signed-off-by: Douglas Reis <[email protected]>
1 parent 0ec8126 commit 79ddc13

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

util/generate_xbar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
mkdir -p rtl/bus
8-
vendor/lowrisc_ip/util/tlgen.py -t data/xbar_main_generated.hjson -o rtl/bus
8+
vendor/lowrisc_ip/util/tlgen.py -t data/xbar_main.hjson -o rtl/bus
99
vendor/lowrisc_ip/util/tlgen.py -t data/xbar_ifetch.hjson -o rtl/bus
1010
rm -r rtl/bus/data
1111
rm -r rtl/bus/dv

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.tpl", "data/xbar_main_generated.hjson"),
348+
("data/xbar_main.hjson.tpl", "data/xbar_main.hjson"),
349349
(
350350
"rtl/templates/sonata_xbar_main.sv.tpl",
351351
"rtl/bus/sonata_xbar_main.sv",

0 commit comments

Comments
 (0)