Add mm_testbench to gitlab-ci
This commit is contained in:
@@ -38,3 +38,10 @@ test-sw:
|
|||||||
script:
|
script:
|
||||||
- cd sw/
|
- cd sw/
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
test_mm:
|
||||||
|
stage: test
|
||||||
|
image: bslathi19/modelsim_18.1:lite
|
||||||
|
script:
|
||||||
|
- cd hw/fpga/simulation/modelsim/
|
||||||
|
- vsim -do "do mm_testbench.do"
|
||||||
|
|||||||
Reference in New Issue
Block a user