Add basic build scripts
This commit is contained in:
10
scripts/build_longnail.sh
Executable file
10
scripts/build_longnail.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd deps/longnail
|
||||
|
||||
git submodule update --init --recursive --depth 1
|
||||
OR_TOOLS_VER="9.11" ./build_deps.sh
|
||||
./build_circt.sh
|
||||
./build_longnail.sh
|
||||
|
||||
popd
|
Reference in New Issue
Block a user