Refactor makefile, update verilog-sd-emulator

This commit is contained in:
Byron Lathi
2023-09-29 23:48:28 -07:00
parent 29aa369b33
commit cc32430f2a
4 changed files with 28 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ build sim:
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- make
- make sim_top
dependencies:
- build toolchain
@@ -93,6 +93,6 @@ run sim:
script:
- source init_env.sh
- cd hw/efinix_fpga/simulation
- vvp sim_top
- make sim
dependencies:
- build sim