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
27875325
Commit
27875325
authored
9 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
[temporary fix] for Quartus compilation. Agree on width in
common_fifo_dc_mixed_widths.vhd Line 153
parent
6ca932ca
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
libraries/technology/ddr/tech_ddr_pkg.vhd
+1
-0
1 addition, 0 deletions
libraries/technology/ddr/tech_ddr_pkg.vhd
with
1 addition
and
0 deletions
libraries/technology/ddr/tech_ddr_pkg.vhd
+
1
−
0
View file @
27875325
...
@@ -183,6 +183,7 @@ PACKAGE BODY tech_ddr_pkg IS
...
@@ -183,6 +183,7 @@ PACKAGE BODY tech_ddr_pkg IS
FUNCTION
func_tech_ddr_ctlr_data_w
(
c_ddr
:
t_c_tech_ddr
)
RETURN
NATURAL
IS
FUNCTION
func_tech_ddr_ctlr_data_w
(
c_ddr
:
t_c_tech_ddr
)
RETURN
NATURAL
IS
CONSTANT
c_dq_address_w
:
NATURAL
:
=
func_tech_ddr_dq_address_w
(
c_ddr
);
CONSTANT
c_dq_address_w
:
NATURAL
:
=
func_tech_ddr_dq_address_w
(
c_ddr
);
BEGIN
BEGIN
if
c_ddr
.
name
=
"DDR4"
THEN
RETURN
32
;
END
IF
;
-- FIXME: temporary fix from Leon to fix quartus width error in /home/hiemstra/svn/UniBoard_FP7/RadioHDL/trunk/libraries/base/common/src/vhdl/common_fifo_dc_mixed_widths.vhd Line=153
RETURN
c_ddr
.
dq_w
*
c_ddr
.
rsl
;
-- CTLR data
RETURN
c_ddr
.
dq_w
*
c_ddr
.
rsl
;
-- CTLR data
END
;
END
;
...
...
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