URL
https://opencores.org/ocsvn/spacewiresystemc/spacewiresystemc/trunk
[/] [spacewiresystemc/] [trunk/] [work/] [run_stress_test_compile.sh] - Blame information for rev 32
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
31 |
redbear |
|
2 |
|
|
# export SC_SIGNAL_WRITE_CHECK=DISABLE
|
3 |
|
|
|
4 |
|
|
SYSTEMC_HOME=path_to_your_home_systemC/systemc-2.3.0
|
5 |
|
|
|
6 |
|
|
g++ -I. -I$SYSTEMC_HOME/include -L. -L$SYSTEMC_HOME/lib-linux64 -Wall -Wreorder -Wextra -std=c++11 -fPIC -shared -fpermissive -lsystemc `pkg-config gtkmm-3.0 --cflags --libs` -lboost_thread -lboost_system ../systemC/main.cc -o final_spw.so
|
7 |
|
|
|
8 |
|
|
g++ -c -ldl -fpic ../vpi/vpi_test_stress/env_global_spw.cpp -Wall -Wextra -std=c++11 -Wwrite-strings -fpermissive
|
9 |
|
|
|
10 |
|
|
g++ -shared -Wall -Wextra -oenv_global_spw.vpi env_global_spw.o -lvpi -std=c++11 -Wwrite-strings -fpermissive
|
11 |
|
|
|
12 |
|
|
iverilog -oenv_global_spw.vvp ../rtl/RTL_VB/*.v ../testbench/module_tb.v
|
13 |
|
|
|
14 |
|
|
vvp -M. -menv_global_spw env_global_spw.vvp
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.