run addr_decode test

This commit is contained in:
Byron Lathi
2022-03-05 20:13:33 -06:00
parent c70272f9de
commit 378b3c0cb1

View File

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