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
a8fd46f6
Commit
a8fd46f6
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
Removed reorder mm interfaces
parent
79612cac
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
applications/apertif/designs/apertif_unb1_cor_mesh_ref/src/vhdl/apertif_unb1_cor_mesh_ref.vhd
+1
-16
1 addition, 16 deletions
..._unb1_cor_mesh_ref/src/vhdl/apertif_unb1_cor_mesh_ref.vhd
with
1 addition
and
16 deletions
applications/apertif/designs/apertif_unb1_cor_mesh_ref/src/vhdl/apertif_unb1_cor_mesh_ref.vhd
+
1
−
16
View file @
a8fd46f6
...
...
@@ -202,13 +202,6 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
SIGNAL
reg_diag_data_buf_im_mosi
:
t_mem_mosi
:
=
c_mem_mosi_rst
;
SIGNAL
reg_diag_data_buf_im_miso
:
t_mem_miso
;
-- MM reorder_row blocks
SIGNAL
ram_reorder_row_input_mosi
:
t_mem_mosi
:
=
c_mem_mosi_rst
;
SIGNAL
ram_reorder_row_input_miso
:
t_mem_miso
;
SIGNAL
ram_reorder_row_mesh_mosi
:
t_mem_mosi
:
=
c_mem_mosi_rst
;
SIGNAL
ram_reorder_row_mesh_miso
:
t_mem_miso
;
BEGIN
-----------------------------------------------------------------------------
...
...
@@ -358,11 +351,7 @@ BEGIN
reg_diagnostics_mosi
=>
reg_diagnostics_mosi
,
reg_diagnostics_miso
=>
reg_diagnostics_miso
,
reg_tr_nonbonded_mosi
=>
reg_tr_nonbonded_mosi
,
reg_tr_nonbonded_miso
=>
reg_tr_nonbonded_miso
,
ram_reorder_row_input_mosi
=>
ram_reorder_row_input_mosi
,
ram_reorder_row_input_miso
=>
ram_reorder_row_input_miso
,
ram_reorder_row_mesh_mosi
=>
ram_reorder_row_mesh_mosi
,
ram_reorder_row_mesh_miso
=>
ram_reorder_row_mesh_miso
reg_tr_nonbonded_miso
=>
reg_tr_nonbonded_miso
);
-----------------------------------------------------------------------------
...
...
@@ -438,10 +427,6 @@ BEGIN
reg_tr_nonbonded_miso
=>
reg_tr_nonbonded_miso
,
reg_diagnostics_mosi
=>
reg_diagnostics_mosi
,
reg_diagnostics_miso
=>
reg_diagnostics_miso
,
ram_reorder_row_input_mosi
=>
ram_reorder_row_input_mosi
,
ram_reorder_row_input_miso
=>
ram_reorder_row_input_miso
,
ram_reorder_row_mesh_mosi
=>
ram_reorder_row_mesh_mosi
,
ram_reorder_row_mesh_miso
=>
ram_reorder_row_mesh_miso
,
-- Mesh serial interface (tr_nonbonded)
tx_serial_2arr
=>
tx_serial_2arr
,
...
...
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