Up the sim time
This commit is contained in:
@@ -6,7 +6,7 @@ INC=$(shell find include/ -type f)
|
||||
|
||||
TEST_PROGRAM_NAME=simple_mem_test
|
||||
|
||||
TEST_PROGRAM=$(REPO_TOP)/sw/test_code/$(TEST_PROGRAM_NAME)/$(TEST_PROGRAM_NAME).hex
|
||||
TEST_PROGRAM?=$(REPO_TOP)/sw/test_code/$(TEST_PROGRAM_NAME)/$(TEST_PROGRAM_NAME).hex
|
||||
|
||||
#TODO implement something like sources.list
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ initial begin
|
||||
button_reset <= '0;
|
||||
repeat(10) @(r_clk_2);
|
||||
button_reset <= '1;
|
||||
repeat(2000) @(r_clk_2);
|
||||
repeat(8000) @(r_clk_2);
|
||||
$finish();
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user