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
e06a9113
Commit
e06a9113
authored
9 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Try c_nof_blocks=64 and c_ena_pre_transp=False, must match settings in unb1_ddr3_reorder.vhd.
parent
411e1ede
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard1/designs/unb1_ddr3_reorder/src/vhdl/unb1_ddr3_reorder.vhd
+2
-2
2 additions, 2 deletions
.../designs/unb1_ddr3_reorder/src/vhdl/unb1_ddr3_reorder.vhd
with
2 additions
and
2 deletions
boards/uniboard1/designs/unb1_ddr3_reorder/src/vhdl/unb1_ddr3_reorder.vhd
+
2
−
2
View file @
e06a9113
...
...
@@ -86,13 +86,13 @@ ARCHITECTURE str OF unb1_ddr3_reorder IS
CONSTANT
c_aux
:
t_c_unb1_board_aux
:
=
c_unb1_board_aux
;
CONSTANT
c_app_led_en
:
BOOLEAN
:
=
TRUE
;
CONSTANT
c_ena_pre_transp
:
BOOLEAN
:
=
TRU
E
;
CONSTANT
c_ena_pre_transp
:
BOOLEAN
:
=
FALS
E
;
CONSTANT
c_wr_chunksize
:
NATURAL
:
=
176
;
CONSTANT
c_rd_chunksize
:
NATURAL
:
=
16
;
CONSTANT
c_rd_nof_chunks
:
NATURAL
:
=
11
;
CONSTANT
c_rd_interval
:
NATURAL
:
=
c_rd_chunksize
;
CONSTANT
c_gapsize
:
NATURAL
:
=
0
;
CONSTANT
c_nof_blocks
:
NATURAL
:
=
sel_a_b
(
g_sim
,
16
,
800000
);
CONSTANT
c_nof_blocks
:
NATURAL
:
=
64
;
--
sel_a_b(g_sim, 16, 800000);
CONSTANT
c_nof_streams
:
NATURAL
:
=
1
;
CONSTANT
c_in_dat_w
:
NATURAL
:
=
64
;
CONSTANT
c_reorder_seq_conf
:
t_reorder_seq
:
=
(
c_wr_chunksize
,
...
...
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