Fix level triggered test, add to ci

This commit is contained in:
Byron Lathi
2023-11-16 08:12:45 -08:00
parent e163e9461f
commit 5d4bad80a2
3 changed files with 74 additions and 3 deletions

View File

@@ -145,4 +145,19 @@ mapper_code sim:
- cd hw/efinix_fpga/simulation
- make clean
- TEST_PROGRAM_NAME=mapper_test make mapper_code_tb
- ./mapper_code_tb
- ./mapper_code_tb
interrupt_controller sim:
tags:
- linux
- iverilog
stage: simulate
artifacts:
paths:
- hw/efinix_fpga/simulation/interrupt_controller.vcd
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make clean
- TEST_PROGRAM_NAME=mapper_test make interrupt_controller_tb
- ./interrupt_controller_tb