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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user