Skip to content

Commit 5cd5e70

Browse files
scripts: use generate-renode-scripts.py from litex-hub
1 parent c3cd0ad commit 5cd5e70

File tree

4 files changed

+5
-468
lines changed

4 files changed

+5
-468
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
3131
[submodule "third_party/migen"]
3232
path = third_party/migen
3333
url = https://github.com/m-labs/migen.git
34+
[submodule "third_party/litex-renode"]
35+
path = third_party/litex-renode
36+
url = https://github.com/litex-hub/litex-renode.git

scripts/build-renode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RENODE_RESC="$RENODE_SCRIPTS_DIR/litex_buildenv.resc"
9191
RENODE_REPL="$RENODE_SCRIPTS_DIR/litex_buildenv.repl"
9292

9393
mkdir -p $RENODE_SCRIPTS_DIR
94-
python $SCRIPT_DIR/generate-renode-scripts.py $LITEX_CONFIG_FILE \
94+
python $TOP_DIR/third_party/litex-renode/generate-renode-scripts.py $LITEX_CONFIG_FILE \
9595
--repl "$RENODE_REPL" \
9696
--resc "$RENODE_RESC" \
9797
--bios-binary "$TARGET_BUILD_DIR/software/bios/bios.bin" \

0 commit comments

Comments
 (0)