Add rtc code test
This commit is contained in:
@@ -146,4 +146,19 @@ interrupt_controller_code sim:
|
||||
- cd hw/efinix_fpga/simulation
|
||||
- make clean
|
||||
- TEST_PROGRAM_NAME=mapper_test make interrupt_controller_code_tb
|
||||
- ./interrupt_controller_code_tb
|
||||
- ./interrupt_controller_code_tb
|
||||
|
||||
rtc_code sim:
|
||||
tags:
|
||||
- linux
|
||||
- iverilog
|
||||
stage: simulate
|
||||
artifacts:
|
||||
paths:
|
||||
- hw/efinix_fpga/simulation/interrupt_controller_code.vcd
|
||||
script:
|
||||
- source init_env.sh
|
||||
- cd hw/efinix_fpga/simulation
|
||||
- make clean
|
||||
- TEST_PROGRAM_NAME=rtc_test make rtc_code_tb
|
||||
- ./rtc_code_tb
|
||||
Reference in New Issue
Block a user