Skip to content
Snippets Groups Projects
Verified Commit 68fe3d18 authored by Byron Lathi's avatar Byron Lathi
Browse files

Add ntw sim to ci

parent 404ad72b
No related branches found
No related tags found
2 merge requests!76Resolve "Send TCP data over M2S",!74Resolve "Network Processor"
Pipeline #747 failed
......@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment