Make kernel as part of full chip sim

This commit is contained in:
Byron Lathi
2023-10-26 21:25:26 -07:00
parent e3ae984177
commit cf8a5d782f
3 changed files with 13 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ $(TARGET): $(INIT_MEM) $(SRCS)
iverilog -g2005-sv $(FLAGS) -s $(TOP_MODULE) -o $(TARGET) $(INC) $(SRCS)
$(INIT_MEM):
# Make kernel
$(MAKE) -C $(REPO_TOP)/sw/kernel
$(MAKE) -C $(TEST_FOLDER)
cp $(TEST_PROGRAM) ./init_hex.mem