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

Disable BG before a new test

parent 4ce69e62
No related branches found
No related tags found
No related merge requests found
...@@ -165,6 +165,9 @@ if __name__ == "__main__": ...@@ -165,6 +165,9 @@ if __name__ == "__main__":
if c_ena_pre_transpose: if c_ena_pre_transpose:
ss.write_selects(ss_list) ss.write_selects(ss_list)
# Disable the blockgenerator before writing new data
bg.write_disable()
############################################################################### ###############################################################################
# #
# Create stimuli for the BG # Create stimuli for the BG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment