Skip to content

Commit

Permalink
Merge pull request #171 from antmicro/renode_script_from_litexhub
Browse files Browse the repository at this point in the history
scripts: use `generate-renode-scripts.py` from litex-hub
  • Loading branch information
mithro authored Jul 12, 2019
2 parents c3cd0ad + 5cd5e70 commit 793f8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 468 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "third_party/migen"]
path = third_party/migen
url = https://github.com/m-labs/migen.git
[submodule "third_party/litex-renode"]
path = third_party/litex-renode
url = https://github.com/litex-hub/litex-renode.git
2 changes: 1 addition & 1 deletion scripts/build-renode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RENODE_RESC="$RENODE_SCRIPTS_DIR/litex_buildenv.resc"
RENODE_REPL="$RENODE_SCRIPTS_DIR/litex_buildenv.repl"

mkdir -p $RENODE_SCRIPTS_DIR
python $SCRIPT_DIR/generate-renode-scripts.py $LITEX_CONFIG_FILE \
python $TOP_DIR/third_party/litex-renode/generate-renode-scripts.py $LITEX_CONFIG_FILE \
--repl "$RENODE_REPL" \
--resc "$RENODE_RESC" \
--bios-binary "$TARGET_BUILD_DIR/software/bios/bios.bin" \
Expand Down
Loading

0 comments on commit 793f8c3

Please sign in to comment.