From 3c44be8e6d86574d157a019bb7810d19b34f4d93 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 5 Apr 2022 17:31:24 -0500 Subject: [PATCH] Add mm_testbench to gitlab-ci --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16e5ba1..25079d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,3 +38,10 @@ test-sw: script: - cd sw/ - make test + +test_mm: + stage: test + image: bslathi19/modelsim_18.1:lite + script: + - cd hw/fpga/simulation/modelsim/ + - vsim -do "do mm_testbench.do"