Add irq code tb
This commit is contained in:
@@ -160,4 +160,19 @@ interrupt_controller sim:
|
||||
- cd hw/efinix_fpga/simulation
|
||||
- make clean
|
||||
- TEST_PROGRAM_NAME=mapper_test make interrupt_controller_tb
|
||||
- ./interrupt_controller_tb
|
||||
- ./interrupt_controller_tb
|
||||
|
||||
interrupt_controller_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=mapper_test make interrupt_controller_code_tb
|
||||
- ./interrupt_controller_code_tb
|
||||
Reference in New Issue
Block a user