Skip to content
Snippets Groups Projects
Commit caa3713b authored by Pepping's avatar Pepping
Browse files

Changed object name of db at read

parent b69c671e
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ if __name__ == "__main__": ...@@ -159,7 +159,7 @@ if __name__ == "__main__":
############################################################################### ###############################################################################
db_out = [] db_out = []
for i in range(c_bg_nof_streams): for i in range(c_bg_nof_streams):
db_out.append(flatten(db_re.read_data_buffer(streamNr=i, n=c_db_ram_size, radix='uns', width=c_in_dat_w, nofColumns=8))) db_out.append(flatten(db.read_data_buffer(streamNr=i, n=c_db_ram_size, radix='uns', width=c_in_dat_w, nofColumns=8)))
############################################################################### ###############################################################################
# End # End
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment