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

- Small upated in text and comments

parent 7f851b8e
No related branches found
No related tags found
No related merge requests found
......@@ -20,14 +20,14 @@
#
###############################################################################
"""Test case for the ddr3_transpose entity.
"""Test case for the reorder_transpose entity.
Description:
Usage:
> python tc_ddr3_transpose.py --unb 0 --fn 0 --sim
> python tc_reorder_transpose.py --unb 0 --fn 0 --sim
"""
......@@ -140,9 +140,9 @@ if __name__ == "__main__":
ss_list.append(i + j*c_frame_size)
for i in ss_list:
print i
ss.write_selects(ss_list)
# for i in ss_list:
# print i
# ss.write_selects(ss_list)
###############################################################################
#
......@@ -175,18 +175,16 @@ if __name__ == "__main__":
bg_data = flatten(bg_data)
# for i in range(len(bg_data)):
# print ">%X<" % bg_data[i]
# Wait until the DDR3 model is initialized.
do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=110000, s_timeout=13600) # 110000
# Enable the blockgenerator
bg.write_enable()
#do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=50000, s_timeout=13600) # 110000
#bg.write_disable()
#do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=60000, s_timeout=13600) # 110000
#bg.write_enable()
do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=180000, s_timeout=13600) # 110000
bg.write_disable()
do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=182000, s_timeout=13600) # 110000
bg.write_enable()
#
#do_until_gt(io.simIO.getSimTime, ms_retry=1000, val=120000, s_timeout=13600) # 110000
#bg.write_disable()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment