Check all edge interrupts

This commit is contained in:
Byron Lathi
2023-11-18 15:00:44 -08:00
parent dea6227958
commit 1b78f51933
3 changed files with 65 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ $(CODE_TB): $(SRCS) $(TBS) $(INIT_MEM)
$(TARGET): $(INIT_MEM) $(SRCS)
iverilog -g2005-sv $(FLAGS) -s $(TOP_MODULE) -o $(TARGET) $(INC) $(SRCS)
.PHONY: $(INIT_MEM)
$(INIT_MEM):
# Make kernel
$(MAKE) -C $(REPO_TOP)/sw/kernel