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
0f100813
Commit
0f100813
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Added reset defaults to mosi inputs.
parent
efdeafd2
No related branches found
No related tags found
1 merge request
!38
Resolve L2SDP-130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/wpfb/src/vhdl/wpfb_unit_dev.vhd
+6
-6
6 additions, 6 deletions
libraries/dsp/wpfb/src/vhdl/wpfb_unit_dev.vhd
with
6 additions
and
6 deletions
libraries/dsp/wpfb/src/vhdl/wpfb_unit_dev.vhd
+
6
−
6
View file @
0f100813
...
@@ -371,13 +371,13 @@ entity wpfb_unit_dev is
...
@@ -371,13 +371,13 @@ entity wpfb_unit_dev is
dp_clk
:
in
std_logic
;
dp_clk
:
in
std_logic
;
mm_rst
:
in
std_logic
;
mm_rst
:
in
std_logic
;
mm_clk
:
in
std_logic
;
mm_clk
:
in
std_logic
;
ram_fil_coefs_mosi
:
in
t_mem_mosi
;
ram_fil_coefs_mosi
:
in
t_mem_mosi
:
=
c_mem_mosi_rst
;
ram_fil_coefs_miso
:
out
t_mem_miso
:
=
c_mem_miso_rst
;
ram_fil_coefs_miso
:
out
t_mem_miso
;
ram_st_sst_mosi
:
in
t_mem_mosi
;
-- Subband statistics registers
ram_st_sst_mosi
:
in
t_mem_mosi
:
=
c_mem_mosi_rst
;
-- Subband statistics registers
ram_st_sst_miso
:
out
t_mem_miso
:
=
c_mem_miso_rst
;
ram_st_sst_miso
:
out
t_mem_miso
;
reg_bg_ctrl_mosi
:
in
t_mem_mosi
;
reg_bg_ctrl_mosi
:
in
t_mem_mosi
:
=
c_mem_mosi_rst
;
reg_bg_ctrl_miso
:
out
t_mem_miso
;
reg_bg_ctrl_miso
:
out
t_mem_miso
;
ram_bg_data_mosi
:
in
t_mem_mosi
;
ram_bg_data_mosi
:
in
t_mem_mosi
:
=
c_mem_mosi_rst
;
ram_bg_data_miso
:
out
t_mem_miso
;
ram_bg_data_miso
:
out
t_mem_miso
;
in_sosi_arr
:
in
t_dp_sosi_arr
(
g_wpfb
.
nof_wb_streams
*
g_wpfb
.
wb_factor
-1
downto
0
);
in_sosi_arr
:
in
t_dp_sosi_arr
(
g_wpfb
.
nof_wb_streams
*
g_wpfb
.
wb_factor
-1
downto
0
);
fil_sosi_arr
:
out
t_dp_sosi_arr
(
g_wpfb
.
nof_wb_streams
*
g_wpfb
.
wb_factor
-1
downto
0
);
fil_sosi_arr
:
out
t_dp_sosi_arr
(
g_wpfb
.
nof_wb_streams
*
g_wpfb
.
wb_factor
-1
downto
0
);
...
...
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