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
3ff235c1
Commit
3ff235c1
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
CHanged entity name
parent
53a247d0
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/base/reorder/src/vhdl/reorder_row.vhd
+3
-3
3 additions, 3 deletions
libraries/base/reorder/src/vhdl/reorder_row.vhd
with
3 additions
and
3 deletions
libraries/base/reorder/src/vhdl/reorder_row.vhd
+
3
−
3
View file @
3ff235c1
...
...
@@ -38,7 +38,7 @@ USE dp_lib.dp_stream_pkg.ALL;
-- Remarks:
--
ENTITY
ss_
reorder
IS
ENTITY
reorder
_row
IS
GENERIC
(
g_dsp_data_w
:
NATURAL
:
=
16
;
g_frame_size
:
NATURAL
:
=
256
;
...
...
@@ -64,9 +64,9 @@ ENTITY ss_reorder IS
output_sosi_arr
:
OUT
t_dp_sosi_arr
(
g_nof_outputs
-1
DOWNTO
0
);
output_siso_arr
:
IN
t_dp_siso_arr
(
g_nof_outputs
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rdy
)
);
END
ss_
reorder
;
END
reorder
_row
;
ARCHITECTURE
str
OF
ss_
reorder
IS
ARCHITECTURE
str
OF
reorder
_row
IS
CONSTANT
c_sel_buf_read_lat
:
NATURAL
:
=
1
;
-- Latency introduced by the counter.
CONSTANT
c_tot_pipeline
:
NATURAL
:
=
g_pipeline_in
+
g_pipeline_in_m
+
g_pipeline_out
+
c_sel_buf_read_lat
;
...
...
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