Skip to content

Commit

Permalink
fix(sim): create boot.flow file in sim
Browse files Browse the repository at this point in the history
- update simulations build makefile to create `boot.flow` file required
  by new bootloader
  • Loading branch information
P-Miranda committed May 30, 2024
1 parent 0433baf commit ef9feb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware/simulation/sim_build.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Add iob_soc_opencryptolinux software as a build dependency
HEX+=iob_soc_opencryptolinux_boot.hex iob_soc_opencryptolinux_firmware.hex
HEX+=boot_flow

ROOT_DIR :=../..
include $(ROOT_DIR)/software/sw_build.mk
Expand All @@ -23,3 +24,5 @@ GRAB_TIMEOUT ?= 7200
TEST_LIST+=test1
test1:
make -C ../../ fw-clean SIMULATOR=$(SIMULATOR) && make -C ../../ sim-clean SIMULATOR=$(SIMULATOR) && make run SIMULATOR=$(SIMULATOR)

.PHONY: boot_flow

0 comments on commit ef9feb0

Please sign in to comment.