Add mapper and testbench

This commit is contained in:
Byron Lathi
2023-10-16 23:38:37 -07:00
parent 0c6f9f4568
commit e621d4047b
4 changed files with 160 additions and 0 deletions

View File

@@ -116,3 +116,17 @@ full sim:
dependencies:
- build toolchain
mapper sim:
tags:
- linux
- iverilog
stage: simulate
artifacts:
paths:
- hw/efinix_fpga/simulation/mapper_tb.vcd
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make clean
- make mapper_tb
- ./mapper_tb