mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
💚 Also compile alu to alu_lib
This commit is contained in:
parent
5ff9f41088
commit
d7d7f8cd52
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ build_rtl:
|
|||
test_alu:
|
||||
stage: test
|
||||
before_script:
|
||||
- make build library=alu
|
||||
- make build library=alu_lib
|
||||
script:
|
||||
- make alu library=alu
|
||||
- make alu library=alu_lib
|
||||
- vcover report alu.ucdb
|
||||
- vcover report -html alu.ucdb
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue