Skip to content
Snippets Groups Projects
Commit e7819496 authored by Zanting's avatar Zanting
Browse files

Updated nof_words to reflect 4GB of memory

parent 8c37123d
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ io.wait_for_time(hw_time=0.01, sim_time=(1, 'us')) ...@@ -78,7 +78,7 @@ io.wait_for_time(hw_time=0.01, sim_time=(1, 'us'))
# Control defaults # Control defaults
nof_mon = 2 nof_mon = 2
start_address = 0 start_address = 0
nof_words = 100 nof_words = 134217728
for rep in range(tc.repeat): for rep in range(tc.repeat):
tc.append_log(5, '') tc.append_log(5, '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment