Add dumb multiplier code test

This commit is contained in:
Byron Lathi
2023-12-02 20:31:59 -08:00
parent 2f8290bfb0
commit 184c58b962
5 changed files with 179 additions and 0 deletions

View File

@@ -140,6 +140,24 @@ mapper_code sim:
- TEST_PROGRAM_NAME=mapper_test make mapper_code_tb
- ./mapper_code_tb
multiplier_code sim:
tags:
- linux
- iverilog
stage: simulate
needs:
- job: build toolchain
artifacts: true
artifacts:
paths:
- hw/efinix_fpga/simulation/mapper_code_tb.vcd
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make clean
- TEST_PROGRAM_NAME=multiplier_test make mapper_code_tb
- ./mapper_code_tb
interrupt_controller sim:
tags:
- linux