Skip to content

Commit 6113375

Browse files
committed
arregla typo en script de at
1 parent eb669c1 commit 6113375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/compression/compile_run_at.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export SYSTEMC_HOME=/usr/local/systemc-2.3.3/
55
export OPENCV_H_DIR=/usr/local/include/opencv4/
66
export OPENCV_SO_DIR=/usr/local/lib/
77
export LD_LIBRARY_PATH=$SYSTEMC_HOME/lib-linux64
8-
g++ -I$SYSTEMC_HOME/include -I$OPENCV_H_DIR -Iinclude/ -L$SYSTEMC_HOME/lib-linux64 -L$OPENCV_SO_DIR src/ips_jpg_at_testbench.hpp include/ips_jpg_at_model.cpp -lsystemc -lm -o ips_jpg.o
8+
g++ -I$SYSTEMC_HOME/include -I$OPENCV_H_DIR -Iinclude/ -L$SYSTEMC_HOME/lib-linux64 -L$OPENCV_SO_DIR src/ips_jpg_at_testbench.cpp include/ips_jpg_at_model.hpp -lsystemc -lm -o ips_jpg.o
99
echo 'Simulation Started'
1010
./ips_jpg.o
1111
echo 'Simulation Ended'

0 commit comments

Comments
 (0)