Implement RTC
This commit is contained in:
@@ -9,7 +9,7 @@ TEST_PROGRAM_NAME?=loop_test
|
||||
TEST_FOLDER?=$(REPO_TOP)/sw/test_code/$(TEST_PROGRAM_NAME)
|
||||
TEST_PROGRAM?=$(REPO_TOP)/sw/test_code/$(TEST_PROGRAM_NAME)/$(TEST_PROGRAM_NAME).hex
|
||||
|
||||
STANDALONE_TB= interrupt_controller_tb mapper_code_tb mapper_tb
|
||||
STANDALONE_TB= interrupt_controller_tb mapper_code_tb mapper_tb rtc_tb
|
||||
|
||||
#TODO implement something like sources.list
|
||||
|
||||
@@ -32,7 +32,7 @@ full_sim: $(TARGET) $(SD_IMAGE)
|
||||
vvp -i $(TARGET) -fst
|
||||
|
||||
$(STANDALONE_TB): $(SRCS) $(TBS)
|
||||
iverilog -g2005-sv $(FLAGS) -s $@ -o $@ $(INC) $(SRCS) $(TBS)
|
||||
iverilog -g2005-sv $(FLAGS) -s $@ -o $@ $(INC) $(SRCS) tbs/$@.sv
|
||||
|
||||
# mapper_code_tb: $(SRCS) $(TBS) $(INIT_MEM)
|
||||
# iverilog -g2005-sv $(FLAGS) -s $@ -o $@ $(INC) $(SRCS) $(TBS)
|
||||
|
||||
Reference in New Issue
Block a user