Skip to content

Commit

Permalink
Parse questa output and source questa in gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Mar 20, 2024
1 parent 230413b commit 8a5f3fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build_tools:
- echo $SYN_VCS_BASHRC; source $SYN_VCS_BASHRC

.simu_after_script: &simu_after_script
- for i in $(find verif/sim/*/v*_sim -type f \( -name "*.csv" -o -name "*.iss" \)) ; do head -10000 $i > artifacts/logs/$(basename $i).head ; done
- for i in $(find verif/sim/out*/[vq]*_sim -type f \( -name "*.csv" -o -name "*.iss" \)) ; do head -10000 $i > artifacts/logs/$(basename $i).head ; done
- head -10000 verif/sim/logfile.log > artifacts/logs/logfile.log.head
- python3 .gitlab-ci/scripts/report_simu.py verif/sim/logfile.log

Expand All @@ -141,6 +141,8 @@ smoke:
- "questa-testharness,spike"
- "questa-uvm,spike"
script:
- source /opt/questa/questa_sim-2022.4_2/questasim/setup/bashrc
- PATH=$PATH:/opt/questa/questa_sim-2022.4_2/questasim/bin
- bash verif/regress/smoke-tests.sh
- !reference [.simu_after_script]

Expand Down

0 comments on commit 8a5f3fd

Please sign in to comment.