Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
8c6816aa
Commit
8c6816aa
authored
9 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Increase timeout to >> 1 hour, to avoid timeout in slow simulation.
parent
43931c4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard2/designs/unb2_test/tb/python/tc_unb2_test_ddr.py
+3
-3
3 additions, 3 deletions
...uniboard2/designs/unb2_test/tb/python/tc_unb2_test_ddr.py
with
3 additions
and
3 deletions
boards/uniboard2/designs/unb2_test/tb/python/tc_unb2_test_ddr.py
+
3
−
3
View file @
8c6816aa
...
...
@@ -101,7 +101,7 @@ for rep in range(tc.repeat):
rx_seq_ddr
[
mb
].
write_disable
(
vLevel
=
5
)
# Wait for the DDR memory to become available
do_until_eq
(
io_ddr
[
mb
].
read_init_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
)
do_until_eq
(
io_ddr
[
mb
].
read_init_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
0
)
for
mb
in
mb_list
:
# Flush Tx FIFO
...
...
@@ -124,7 +124,7 @@ for rep in range(tc.repeat):
for
mb
in
mb_list
:
# Wait until controller write access is done
do_until_eq
(
io_ddr
[
mb
].
read_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
)
do_until_eq
(
io_ddr
[
mb
].
read_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
0
)
# Rx sequence start
rx_seq_ddr
[
mb
].
write_enable_cntr
(
vLevel
=
5
)
...
...
@@ -140,7 +140,7 @@ for rep in range(tc.repeat):
for
mb
in
mb_list
:
# Wait until controller read access is done
do_until_eq
(
io_ddr
[
mb
].
read_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
)
do_until_eq
(
io_ddr
[
mb
].
read_done
,
ms_retry
=
3000
,
val
=
1
,
s_timeout
=
3600
0
)
rx_seq_ddr
[
mb
].
read_result
(
vLevel
=
5
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment