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 venv /workspace/venv
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
source /workspace/venv/bin/activate
|
source /workspace/venv/bin/activate
|
||||||
pip install conan==1.59
|
pip install 'conan<2.0'
|
||||||
command: |
|
command: |
|
||||||
source /workspace/venv/bin/activate
|
source /workspace/venv/bin/activate
|
||||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
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}/..)
|
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
riscvfw
|
riscvfw
|
||||||
GIT_REPOSITORY https://git.minres.com/VP/Firmwares.git
|
GIT_REPOSITORY https://git.minres.com/Firmware/Firmwares.git
|
||||||
GIT_TAG main
|
GIT_TAG main
|
||||||
GIT_SHALLOW OFF
|
GIT_SHALLOW OFF
|
||||||
UPDATE_DISCONNECTED ON
|
UPDATE_DISCONNECTED ON
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
pip install wheel
|
pip install wheel
|
||||||
# clone and install PySysC
|
# clone and install PySysC
|
||||||
git clone https://github.com/Minres/PySysC.git /workspace/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/
|
pip install /workspace/PySysC/
|
||||||
# install SCC integration
|
# install SCC integration
|
||||||
pip install scc/contrib/pysysc
|
pip install scc/contrib/pysysc
|
||||||
|
Reference in New Issue
Block a user