Add tests for crc7

These are just some values that I found from an example program. This
does not test every possible value.
This commit is contained in:
Byron Lathi
2022-04-08 00:51:20 -05:00
parent e828df0807
commit 3e69109474
3 changed files with 95 additions and 0 deletions

View File

@@ -45,3 +45,10 @@ test_mm:
script:
- cd hw/fpga/simulation/modelsim/
- vsim -do "do mm_testbench.do"
test_crc7:
stage: test
image: bslathi19/modelsim_18.1:lite
script:
- cd hw/fpga/simulation/modelsim/
- vsim -do "do crc7_testbench.do"