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
Merge requests
!389
Resolve
L2SDP-1013
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
L2SDP-1013
L2SDP-1013
into
master
Overview
0
Commits
30
Pipelines
1
Changes
1
Merged
Eric Kooistra
requested to merge
L2SDP-1013
into
master
1 year ago
Overview
0
Commits
30
Pipelines
1
Changes
1
Expand
Closes
L2SDP-1013
0
0
Merge request reports
Viewing commit
d0f9b6c8
Prev
Next
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d0f9b6c8
Correction.
· d0f9b6c8
Eric Kooistra
authored
1 year ago
applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_crosslets_remote_ring.vhd
+
0
−
1
Options
@@ -175,7 +175,6 @@ architecture tb of tb_sdp_crosslets_remote_ring is
@@ -175,7 +175,6 @@ architecture tb of tb_sdp_crosslets_remote_ring is
constant
c_block_size
:
natural
:
=
c_sdp_N_crosslets_max
*
c_sdp_S_pn
;
constant
c_block_size
:
natural
:
=
c_sdp_N_crosslets_max
*
c_sdp_S_pn
;
constant
c_gap_size
:
natural
:
=
c_block_period
-
c_block_size
;
constant
c_gap_size
:
natural
:
=
c_block_period
-
c_block_size
;
constant
c_nof_blocks_per_sync
:
natural
:
=
10
;
constant
c_nof_blocks_per_sync
:
natural
:
=
10
;
constant
g_nof_sync
:
natural
:
=
2
;
constant
c_local_crosslet_re
:
integer
:
=
1
;
constant
c_local_crosslet_re
:
integer
:
=
1
;
constant
c_local_crosslet_im
:
integer
:
=
2
;
constant
c_local_crosslet_im
:
integer
:
=
2
;
Loading