Skip to content
GitLab
Explore
Sign in
Register
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
a8775752
Commit
a8775752
authored
9 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Used g_cross_domain_delay_len=c_meta_delay_len fixed instead of via generic.
parent
edb2c90e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/ddr/src/vhdl/io_ddr.vhd
+3
-4
3 additions, 4 deletions
libraries/io/ddr/src/vhdl/io_ddr.vhd
with
3 additions
and
4 deletions
libraries/io/ddr/src/vhdl/io_ddr.vhd
+
3
−
4
View file @
a8775752
...
@@ -157,8 +157,7 @@ ENTITY io_ddr IS
...
@@ -157,8 +157,7 @@ ENTITY io_ddr IS
g_sim_model
:
BOOLEAN
:
=
FALSE
;
g_sim_model
:
BOOLEAN
:
=
FALSE
;
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_tech_ddr
:
t_c_tech_ddr
;
g_tech_ddr
:
t_c_tech_ddr
;
g_cross_domain_dvr_ctlr
:
BOOLEAN
:
=
TRUE
;
g_cross_domain_dvr_ctlr
:
BOOLEAN
:
=
TRUE
;
-- use TRUE when MM clock is used for the access control, use FALSE when ctlr_clk_in=ctlr_clk_out is used to avoid extra latency
g_cross_domain_delay_len
:
NATURAL
:
=
c_meta_delay_len
;
g_wr_data_w
:
NATURAL
:
=
32
;
g_wr_data_w
:
NATURAL
:
=
32
;
g_wr_fifo_depth
:
NATURAL
:
=
256
;
-- >=16 , defined at DDR side of the FIFO, default 256 because 32b*256 fits in 1 M9K
g_wr_fifo_depth
:
NATURAL
:
=
256
;
-- >=16 , defined at DDR side of the FIFO, default 256 because 32b*256 fits in 1 M9K
g_rd_fifo_depth
:
NATURAL
:
=
256
;
-- >=16 AND >g_tech_ddr.maxburstsize, defined at DDR side of the FIFO, default 256 because 32b*256 fits in 1 M9K
g_rd_fifo_depth
:
NATURAL
:
=
256
;
-- >=16 AND >g_tech_ddr.maxburstsize, defined at DDR side of the FIFO, default 256 because 32b*256 fits in 1 M9K
...
@@ -280,7 +279,7 @@ BEGIN
...
@@ -280,7 +279,7 @@ BEGIN
u_io_ddr_cross_domain
:
ENTITY
work
.
io_ddr_cross_domain
u_io_ddr_cross_domain
:
ENTITY
work
.
io_ddr_cross_domain
GENERIC
MAP
(
GENERIC
MAP
(
g_cross_domain
=>
g_cross_domain_dvr_ctlr
,
g_cross_domain
=>
g_cross_domain_dvr_ctlr
,
g_delay_len
=>
g_cross_domain
_delay_len
g_delay_len
=>
c_meta
_delay_len
)
)
PORT
MAP
(
PORT
MAP
(
-- Driver clock domain
-- Driver clock domain
...
@@ -482,7 +481,7 @@ BEGIN
...
@@ -482,7 +481,7 @@ BEGIN
RESIZE_UVEC
(
ctlr_tech_mosi
.
wr
&
ctlr_tech_miso
.
rdval
&
ctlr_tech_miso
.
cal_fail
&
ctlr_tech_miso
.
cal_ok
&
RESIZE_UVEC
(
ctlr_tech_mosi
.
wr
&
ctlr_tech_miso
.
rdval
&
ctlr_tech_miso
.
cal_fail
&
ctlr_tech_miso
.
cal_ok
&
ctlr_rst_out_i
&
ctlr_wr_flush_en
&
ctlr_tech_miso
.
waitrequest_n
&
ctlr_tech_miso
.
done
,
c_mem_reg_dat_w
);
ctlr_rst_out_i
&
ctlr_wr_flush_en
&
ctlr_tech_miso
.
waitrequest_n
&
ctlr_tech_miso
.
done
,
c_mem_reg_dat_w
);
u_reg_map
:
ENTITY
common_lib
.
common_reg_r_w_dc
u_reg_map
:
ENTITY
common_lib
.
common_reg_r_w_dc
GENERIC
MAP
(
GENERIC
MAP
(
g_cross_clock_domain
=>
TRUE
,
g_cross_clock_domain
=>
TRUE
,
g_in_new_latency
=>
0
,
g_in_new_latency
=>
0
,
...
...
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