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
28b8f1aa
Commit
28b8f1aa
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use g_dp_factor>1 to verify c_rd_fifo_af_margin.
parent
f5e34d99
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/ddr/tb/vhdl/tb_io_ddr.vhd
+3
-3
3 additions, 3 deletions
libraries/io/ddr/tb/vhdl/tb_io_ddr.vhd
with
3 additions
and
3 deletions
libraries/io/ddr/tb/vhdl/tb_io_ddr.vhd
+
3
−
3
View file @
28b8f1aa
...
...
@@ -53,10 +53,10 @@ ENTITY tb_io_ddr IS
g_ctlr_ref_clk_period
:
TIME
:
=
5000
ps
;
-- 200 MHz
g_dvr_clk_period
:
TIME
:
=
5000
ps
;
-- 50 MHz
g_dp_clk_period
:
TIME
:
=
5000
ps
;
-- 200 MHz
g_dp_factor
:
NATURAL
:
=
1
;
-- 1 or power of 2, c_dp_data_w = c_ctlr_data_w / g_dp_factor
g_rd_fifo_depth
:
NATURAL
:
=
256
;
-- default 256 because 32b*256 fits in 1 M9K, use larger to fit more read bursts eg. in case g_dp_factor>1
g_dp_factor
:
NATURAL
:
=
4
;
-- 1 or power of 2, c_dp_data_w = c_ctlr_data_w / g_dp_factor
g_rd_fifo_depth
:
NATURAL
:
=
512
;
-- default 256 because 32b*256 fits in 1 M9K, use larger to fit more read bursts eg. in case g_dp_factor>1
g_block_len
:
NATURAL
:
=
2500
;
-- block length for a DDR write access and read back access in number of c_ctlr_data_w words
g_nof_block
:
NATURAL
:
=
3
;
-- number of blocks that will be written to DDR and readback from DDR
g_nof_block
:
NATURAL
:
=
2
;
-- number of blocks that will be written to DDR and readback from DDR
g_nof_wr_per_block
:
NATURAL
:
=
1
;
-- number of write accesses per block
g_nof_rd_per_block
:
NATURAL
:
=
1
;
-- number of read accesses per block
g_nof_repeat
:
NATURAL
:
=
1
;
-- number of stimuli repeats with write flush after each repeat
...
...
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