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

Updated nof_words for testing

parent 8a1c44c7
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 = 1000000 nof_words = 100000000
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