mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Added ALU tests to CI
This commit is contained in:
parent
14f3c0f284
commit
3f96ecfb8e
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue