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
4f3cfcb9
Commit
4f3cfcb9
authored
3 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Cleaned code.
parent
79b78f66
No related branches found
No related tags found
1 merge request
!137
st_histogram updates. Ready for integration in LOFAR2.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/st/src/vhdl/st_histogram.vhd
+4
-8
4 additions, 8 deletions
libraries/dsp/st/src/vhdl/st_histogram.vhd
with
4 additions
and
8 deletions
libraries/dsp/st/src/vhdl/st_histogram.vhd
+
4
−
8
View file @
4f3cfcb9
...
...
@@ -147,14 +147,6 @@ ARCHITECTURE rtl OF st_histogram IS
SIGNAL
nxt_bin_writer_mosi
:
t_mem_mosi
;
SIGNAL
bin_writer_mosi
:
t_mem_mosi
;
-------------------------------------------------------------------------------
-- bin_arbiter
-------------------------------------------------------------------------------
SIGNAL
bin_writer_ram_pointer
:
STD_LOGIC
;
SIGNAL
bin_reader_ram_pointer
:
STD_LOGIC
;
SIGNAL
prv_bin_reader_ram_pointer
:
STD_LOGIC
;
-------------------------------------------------------------------------------
-- 2x RAM (common_ram_r_w) instances
-------------------------------------------------------------------------------
...
...
@@ -165,6 +157,10 @@ ARCHITECTURE rtl OF st_histogram IS
nof_dat
=>
g_nof_bins
,
init_sl
=>
'0'
);
SIGNAL
bin_writer_ram_pointer
:
STD_LOGIC
;
SIGNAL
bin_reader_ram_pointer
:
STD_LOGIC
;
SIGNAL
prv_bin_reader_ram_pointer
:
STD_LOGIC
;
SIGNAL
common_ram_r_w_wr_mosi_arr
:
t_mem_mosi_arr
(
1
DOWNTO
0
);
SIGNAL
common_ram_r_w_rd_mosi_arr
:
t_mem_mosi_arr
(
1
DOWNTO
0
);
SIGNAL
common_ram_r_w_rd_miso_arr
:
t_mem_miso_arr
(
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