Use udisksctl

This commit is contained in:
Byron Lathi
2023-10-11 00:59:41 -07:00
parent 3900093349
commit d3ea5ed4d1
3 changed files with 195 additions and 177 deletions

View File

@@ -90,9 +90,29 @@ run sim:
- linux
- iverilog
stage: simulate
artifacts:
paths:
- hw/efinix_fpga/simulation/sim_top.vcd
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make sim
dependencies:
- build sim
full sim:
tags:
- linux
- iverilog
stage: simulate
artifacts:
paths:
- hw/efinix_fpga/simulation/sim_top.vcd
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make clean
- TEST_PROGRAM=$REPO_TOP/sw/bios/bios.hex TEST_FOLDER=$REPO_TOP/sw/bios make full_sim
dependencies:
- build sim