From 532364b8d2264f269898e067f6354bc148405b06 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Fri, 6 Oct 2023 13:33:21 -0700 Subject: [PATCH] remove sd from regular sim Figure out how to do this later --- hw/efinix_fpga/simulation/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/efinix_fpga/simulation/Makefile b/hw/efinix_fpga/simulation/Makefile index 10a0f01..e59b38c 100644 --- a/hw/efinix_fpga/simulation/Makefile +++ b/hw/efinix_fpga/simulation/Makefile @@ -24,7 +24,12 @@ all: sim sim: $(TARGET) vvp $(TARGET) -fst -$(TARGET): $(SD_IMAGE) $(INIT_MEM) $(SRCS) +.PHONY: full_sim +full_sim: $(TARGET) $(SD_IMAGE) + vvp $(TARGET) -fst + + +$(TARGET): $(INIT_MEM) $(SRCS) iverilog -g2005-sv $(FLAGS) -s $(TOP_MODULE) -o $(TARGET) $(INC) $(SRCS) $(INIT_MEM):