Add ntw sim to ci

This commit is contained in:
Byron Lathi
2024-09-21 19:21:31 -07:00
parent 404ad72b20
commit 68fe3d1851

View File

@@ -25,3 +25,18 @@ sim:
- source init_env.sh
- make sim
ntw_sim:
stage: sim
needs: []
tags:
- linux
script:
- source init_env.sh
- cd hw/super6502_fpga/src/sub/network_processor/sim/cocotb
- make -j `nproc`
artifacts:
when: always
paths:
- hw/super6502_fpga/src/sub/network_processor/sim/cocotb/results.xml
reports:
junit: hw/super6502_fpga/src/sub/network_processor/sim/cocotb/results.xml