OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /socgen/trunk/tools/bin
    from Rev 93 to Rev 94
    Reverse comparison

Rev 93 → Rev 94

/Makefile.root
27,7 → 27,7
rm -f TB.v;\
chmod 755 filelist.ver ;\
./filelist.ver ;\
verilator --cc TB.v --exe ../../bench/verilator/sim_main.cpp -top-module TB -Wno-WIDTH 2> lint.log;\
verilator --cc TB.v --exe ../../../../../../../tools/lint/sim_main.cpp -top-module TB -Wno-WIDTH 2> lint.log;\
echo "################################################################################"; \
 
 
50,7 → 50,7
chmod 755 filelist.ver ;\
rm -f TB.v;\
./filelist.ver ;\
verilator --cc TB.v --exe ../../bench/verilator/sim_main.cpp -top-module TB -Wno-WIDTH 2> lint.log;\
verilator --cc TB.v --exe ../../../../../../../tools/lint/sim_main.cpp -top-module TB -Wno-WIDTH 2> lint.log;\
cd $(CUR_DIR) ;\
done; \
 
84,7 → 84,7
echo "Coverage: $$VARIANT ####"; echo; \
cd $(CUR_DIR)/../cov/$$VARIANT/;\
rm -f *.log;\
$(VPP_NAME) --noline --noblank -DSYNTHESIS ../../bench/verilog/TestBench.cov > coverage.v ;\
$(VPP_NAME) --noline --noblank -DSYNTHESIS ../../../../../../../tools/coverage/TestBench > coverage.v ;\
make build_cdd ;\
cd $(CUR_DIR) ;\
done; \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.