Add irq code tb

This commit is contained in:
Byron Lathi
2023-11-18 13:55:29 -08:00
parent 27a0fe5e69
commit dea6227958
9 changed files with 186 additions and 8 deletions

View File

@@ -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