systemc version 2.3.3

This commit is contained in:
Màrius Montón 2021-11-25 23:31:06 +01:00
parent 8d658e8151
commit 50c6d4e6d3
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
1 changed files with 5 additions and 5 deletions

View File

@ -15,13 +15,13 @@ before_install:
install:
- cd ..
- wget --no-check-certificate http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
- tar xfvz systemc-2.3.2.tar.gz
- cd systemc-2.3.2
- wget --no-check-certificate http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.3.tar.gz
- tar xfvz systemc-2.3.3.tar.gz
- cd systemc-2.3.3
- mkdir build && cd build
- ../configure CXXFLAGS="-std=c++11"
- make -j 4 && make install
- cd ../..
- rm -r systemc-2.3.2/build
- rm systemc-2.3.2.tar.gz
- rm -r systemc-2.3.3/build
- rm systemc-2.3.3.tar.gz
- cd RISC-V-TLM