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
0c6b6e9c
Commit
0c6b6e9c
authored
10 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
added g_mem_data_w
parent
c39449dd
Branches
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/base/reorder/tb/vhdl/tb_reorder_transpose.vhd
+5
-3
5 additions, 3 deletions
libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd
with
5 additions
and
3 deletions
libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd
+
5
−
3
View file @
0c6b6e9c
...
@@ -53,11 +53,12 @@ ENTITY tb_reorder_transpose IS
...
@@ -53,11 +53,12 @@ ENTITY tb_reorder_transpose IS
g_wr_chunksize
:
POSITIVE
:
=
256
;
g_wr_chunksize
:
POSITIVE
:
=
256
;
g_rd_chunksize
:
POSITIVE
:
=
16
;
g_rd_chunksize
:
POSITIVE
:
=
16
;
g_rd_nof_chunks
:
POSITIVE
:
=
16
;
g_rd_nof_chunks
:
POSITIVE
:
=
16
;
g_rd_interval
:
POSITIVE
:
=
16
;
g_rd_interval
:
POSITIVE
:
=
16
;
-- When pre-transpose is used equal to g_rd_chunksize.
g_gapsize
:
NATURAL
:
=
0
;
g_gapsize
:
NATURAL
:
=
0
;
g_nof_blocks
:
POSITIVE
:
=
32
;
g_nof_blocks
:
POSITIVE
:
=
32
;
g_nof_streams
:
POSITIVE
:
=
4
;
g_nof_streams
:
POSITIVE
:
=
4
;
g_in_dat_w
:
POSITIVE
:
=
8
;
g_in_dat_w
:
POSITIVE
:
=
8
;
g_mem_dat_w
:
NATURAL
:
=
256
;
-- The data width to the attached memory.
g_ena_pre_transp
:
BOOLEAN
:
=
TRUE
g_ena_pre_transp
:
BOOLEAN
:
=
TRUE
);
);
END
tb_reorder_transpose
;
END
tb_reorder_transpose
;
...
@@ -278,7 +279,8 @@ BEGIN
...
@@ -278,7 +279,8 @@ BEGIN
g_in_dat_w
=>
c_bg_buf_dat_w
/
c_nof_complex
,
g_in_dat_w
=>
c_bg_buf_dat_w
/
c_nof_complex
,
g_frame_size_in
=>
g_wr_chunksize
,
g_frame_size_in
=>
g_wr_chunksize
,
g_frame_size_out
=>
g_wr_chunksize
,
g_frame_size_out
=>
g_wr_chunksize
,
g_use_complex
=>
c_use_complex
,
g_use_complex
=>
c_use_complex
,
g_mem_dat_w
=>
g_mem_dat_w
,
g_ena_pre_transp
=>
g_ena_pre_transp
,
g_ena_pre_transp
=>
g_ena_pre_transp
,
g_reorder_seq
=>
c_reorder_seq_conf
g_reorder_seq
=>
c_reorder_seq_conf
)
)
...
...
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