From 378b3c0cb13704101f0c840a16ef902122901eb9 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 5 Mar 2022 20:13:33 -0600 Subject: [PATCH] run addr_decode test --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64ea4f8..debfa4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,3 +16,10 @@ build-fpga: script: - cd hw/fpga/ - quartus_map super6502 -c super6502 + +test_addr_decode: + stage: test + image: bslathi19/modelsim_18.1:lite + script: + - cd hw/fpga/simulation/modelsim/ + - vsim -do "do cs_testbench.do"