mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Remove randomized if CI job, randomizer buggy
This commit is contained in:
parent
ee7a63d51e
commit
a8b9e26fab
1 changed files with 10 additions and 10 deletions
|
@ -62,16 +62,16 @@ test_core_asm:
|
|||
- vcover-10.6 report run-asm-tests.ucdb
|
||||
|
||||
# test with the randomized memory interfaces
|
||||
test_core_asm_rand:
|
||||
stage: test
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
- make build-tests
|
||||
- make build library=core_rand_lib
|
||||
script:
|
||||
# same as above but pass the rand_mem_if flag
|
||||
- make run-asm-tests library=core_rand_lib uvm-flags=+rand_mem_if
|
||||
- vcover-10.6 report run-asm-rand-tests.ucdb
|
||||
# test_core_asm_rand:
|
||||
# stage: test
|
||||
# before_script:
|
||||
# - git submodule update --init --recursive
|
||||
# - make build-tests
|
||||
# - make build library=core_rand_lib
|
||||
# script:
|
||||
# # same as above but pass the rand_mem_if flag
|
||||
# - make run-asm-tests library=core_rand_lib uvm-flags=+rand_mem_if
|
||||
# - vcover-10.6 report run-asm-rand-tests.ucdb
|
||||
|
||||
test_failed_tests:
|
||||
stage: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue