Skip to content

Commit b7b0fc7

Browse files
committed
Add new cocotb test for cic_simple_s.v
1 parent ed8aee6 commit b7b0fc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab/ci/dsp.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ chirp_test:
4747
stage: test
4848
script:
4949
- make && make checks
50+
51+
cic_simple_s_test:
52+
extends: .build-matrix
53+
image: $IMAGE
54+
before_script:
55+
- pip install numpy scipy cocotb==1.9.2 pytest cocotb-bus matplotlib
56+
- cd dsp
57+
stage: test
58+
script:
59+
- make TESTBENCH=cic_simple_s_tb -f Makefile_cocotb

0 commit comments

Comments
 (0)