Compare commits
7 Commits
90a536d849
...
main
Author | SHA1 | Date | |
---|---|---|---|
01cb8294b0 | |||
8344303e50 | |||
a11dea0e98 | |||
8d1c3eaaea | |||
bfdd170d14 | |||
b79b7d56bc | |||
3643bf9333 |
@@ -9,7 +9,7 @@ tasks:
|
||||
python3 -m venv /workspace/venv
|
||||
python3 -m pip install --upgrade pip
|
||||
source /workspace/venv/bin/activate
|
||||
pip install conan==1.59
|
||||
pip install 'conan<2.0'
|
||||
command: |
|
||||
source /workspace/venv/bin/activate
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||
|
@@ -186,7 +186,7 @@ if(FW_BUILD)
|
||||
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||
FetchContent_Declare(
|
||||
riscvfw
|
||||
GIT_REPOSITORY https://git.minres.com/VP/Firmwares.git
|
||||
GIT_REPOSITORY https://git.minres.com/Firmware/Firmwares.git
|
||||
GIT_TAG main
|
||||
GIT_SHALLOW OFF
|
||||
UPDATE_DISCONNECTED ON
|
||||
|
@@ -5,7 +5,7 @@
|
||||
pip install wheel
|
||||
# clone and install PySysC
|
||||
git clone https://github.com/Minres/PySysC.git /workspace/PySysC
|
||||
STDCXX=11 SYSTEMC_HOME=`ls -d $CONAN_USER_HOME/.conan/data/systemc/2.3.3/_/_/package/* | head -1` \
|
||||
STDCXX=14 SYSTEMC_HOME=`ls -d $CONAN_USER_HOME/.conan/data/systemc/2.3.3/_/_/package/* | head -1` \
|
||||
pip install /workspace/PySysC/
|
||||
# install SCC integration
|
||||
pip install scc/contrib/pysysc
|
||||
|
Reference in New Issue
Block a user