Merge pull request #1054 from ucb-bar/use-published-deps
Use Published Chisel, FIRRTL, Treadle, FIRRTLInterpreter packages instead of building from source.
This commit is contained in:
@@ -21,9 +21,6 @@ cd $LOCAL_CHIPYARD_DIR
|
||||
./scripts/init-submodules-no-riscv-tools.sh
|
||||
./scripts/init-fpga.sh
|
||||
|
||||
# replace the workspace dir with a local dir so you can copy around
|
||||
sed -i -E 's/(workspace=).*(\/tools)/\1$PWD\2/g' .sbtopts
|
||||
|
||||
# set stricthostkeychecking to no (must happen before rsync)
|
||||
run "echo \"Ping $SERVER\""
|
||||
|
||||
|
||||
@@ -29,9 +29,6 @@ mkdir -p $local_firesim_sysroot
|
||||
./scripts/build-libdwarf.sh $local_firesim_sysroot
|
||||
cd $LOCAL_CHIPYARD_DIR
|
||||
|
||||
# replace the workspace dir with a local dir so you can copy around
|
||||
sed -i -E 's/(workspace=).*(\/tools)/\1$PWD\2/g' .sbtopts
|
||||
|
||||
make -C $LOCAL_CHIPYARD_DIR/tools/dromajo/dromajo-src/src
|
||||
|
||||
# set stricthostkeychecking to no (must happen before rsync)
|
||||
|
||||
Reference in New Issue
Block a user