Added ALU tests to CI

This commit is contained in:
Florian Zaruba 2017-04-09 14:31:24 +02:00
parent 14f3c0f284
commit 3f96ecfb8e

View file

@ -1,6 +1,13 @@
stages:
- test
- deploy
testALU:
stage: test
script:
- make build
- vsim-10.5c alu_tb_optimized +UVM_TESTNAME=alu_test -do "run -a"
pages:
stage: deploy
script: