diff --git a/ci.sh b/ci.sh index b91a44fa..5880890f 100755 --- a/ci.sh +++ b/ci.sh @@ -7,5 +7,15 @@ if [ "$CI_TARGET" == "core" ]; then elif [ "$CI_TARGET" == "icarus" ]; then sudo apt-get update -qq sudo apt-get install -y iverilog + + echo "=======================================================================" + echo "=========== A. Test Converted Verilog Code =========" + echo "=======================================================================" make -C "myhdl/test/conversion/general" icarus + + echo "=======================================================================" + echo "=========== B. Test Co-Simulation with Converted Verilog Code =========" + echo "=======================================================================" + make -C cosimulation/icarus + make -C myhdl/test/conversion/toVerilog fi