Add symlink to firemarshal to software/firemarshal. Marshal still lives
in firesim for now, but can be accessed from chipyard top.
This commit is contained in:
@@ -6,6 +6,18 @@ set -o pipefail
|
|||||||
|
|
||||||
RDIR=$(git rev-parse --show-toplevel)
|
RDIR=$(git rev-parse --show-toplevel)
|
||||||
|
|
||||||
|
NO_FIRESIM=false
|
||||||
|
|
||||||
|
while test $# -gt 0
|
||||||
|
do
|
||||||
|
case "$1" in
|
||||||
|
--no-firesim)
|
||||||
|
NO_FIRESIM=true;
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
shift
|
||||||
|
done
|
||||||
|
|
||||||
# Ignore toolchain submodules
|
# Ignore toolchain submodules
|
||||||
cd "$RDIR"
|
cd "$RDIR"
|
||||||
for name in toolchains/*/*/ ; do
|
for name in toolchains/*/*/ ; do
|
||||||
@@ -26,9 +38,12 @@ git config --unset submodule.vlsi/hammer-cadence-plugins.update
|
|||||||
git config --unset submodule.vlsi/hammer-synopsys-plugins.update
|
git config --unset submodule.vlsi/hammer-synopsys-plugins.update
|
||||||
git config --unset submodule.vlsi/hammer-mentor-plugins.update
|
git config --unset submodule.vlsi/hammer-mentor-plugins.update
|
||||||
|
|
||||||
# Renable firesim and init only the required submodules to provide
|
if [ "NO_FIRESIM" = false ]; then
|
||||||
# all required scala deps, without doing a full build-setup
|
# Renable firesim and init only the required submodules to provide
|
||||||
git config --unset submodule.sims/firesim.update
|
# all required scala deps, without doing a full build-setup
|
||||||
git submodule update --init sims/firesim
|
git config --unset submodule.sims/firesim.update
|
||||||
git -C sims/firesim submodule update --init sim/midas
|
git submodule update --init sims/firesim
|
||||||
git config submodule.sims/firesim.update none
|
git -C sims/firesim submodule update --init sim/midas
|
||||||
|
git -C sims/firesim submodule update --init --recursive sw/firesim-software
|
||||||
|
git config submodule.sims/firesim.update none
|
||||||
|
fi
|
||||||
|
|||||||
Submodule sims/firesim updated: 26ffba7cbc...ffe68ac7f6
1
software/firemarshal
Symbolic link
1
software/firemarshal
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../sims/firesim/sw/firesim-software/
|
||||||
Reference in New Issue
Block a user