Skip to content

Commit e3eebff

Browse files
[rom_ctrl, script] Path fixes for xbar_peri regen
* util/artifacts.py regenrates the xbar_peri files and it needs correct paths pointing at the .hjson cfg file and the output directory
1 parent 8b11bb3 commit e3eebff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/artefacts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
[
2424
"hw/vendor/lowrisc_ip/util/tlgen.py",
2525
"-t",
26-
"hw/top_chip/ip/xbar_peri/data/xbar_peri.hjson",
26+
"hw/top_chip/ip/xbar_peri/xbar_peri.hjson",
2727
"-o",
28-
"hw/top_chip/ip/xbar_peri",
28+
"hw/top_chip/ip/xbar_peri/xbar_peri",
2929
],
3030
# gpio generator
3131
[

0 commit comments

Comments
 (0)