systemc version 2.3.3
This commit is contained in:
parent
8d658e8151
commit
50c6d4e6d3
10
.travis.yml
10
.travis.yml
|
@ -15,13 +15,13 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd ..
|
- cd ..
|
||||||
- wget --no-check-certificate http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
|
- wget --no-check-certificate http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.3.tar.gz
|
||||||
- tar xfvz systemc-2.3.2.tar.gz
|
- tar xfvz systemc-2.3.3.tar.gz
|
||||||
- cd systemc-2.3.2
|
- cd systemc-2.3.3
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- ../configure CXXFLAGS="-std=c++11"
|
- ../configure CXXFLAGS="-std=c++11"
|
||||||
- make -j 4 && make install
|
- make -j 4 && make install
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- rm -r systemc-2.3.2/build
|
- rm -r systemc-2.3.3/build
|
||||||
- rm systemc-2.3.2.tar.gz
|
- rm systemc-2.3.3.tar.gz
|
||||||
- cd RISC-V-TLM
|
- cd RISC-V-TLM
|
||||||
|
|
Loading…
Reference in New Issue