Add mm_testbench to gitlab-ci

This commit is contained in:
Byron Lathi
2022-04-05 17:31:24 -05:00
parent d9474df523
commit 3c44be8e6d

View File

@@ -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"