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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
7caf2673
Commit
7caf2673
authored
2 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Adjust g_rs_record_nof_block.
parent
6ea0e8d5
No related branches found
No related tags found
No related merge requests found
Pipeline
#115689
passed
2 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_tbuf_one/tb_tb_lofar2_unb2c_sdp_station_tbuf_one.vhd
+4
-4
4 additions, 4 deletions
...tion_tbuf_one/tb_tb_lofar2_unb2c_sdp_station_tbuf_one.vhd
with
4 additions
and
4 deletions
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_tbuf_one/tb_tb_lofar2_unb2c_sdp_station_tbuf_one.vhd
+
4
−
4
View file @
7caf2673
...
...
@@ -74,11 +74,11 @@ begin
-- verify errors
u_verify_crc
:
entity
work
.
tb_lofar2_unb2c_sdp_station_tbuf_one
generic
map
(
false
,
3
,
false
,
false
,
true
,
false
,
3
,
100
,
4096
,
100
,
2
,
1
.
0
,
10
,
1
,
2
,
"100010"
)
generic
map
(
false
,
3
,
false
,
false
,
true
,
false
,
3
,
100
,
4096
,
100
,
3
,
1
.
0
,
10
,
1
,
2
,
"100010"
)
port
map
(
tb_end_vec
(
3
));
u_verify_rsn
:
entity
work
.
tb_lofar2_unb2c_sdp_station_tbuf_one
generic
map
(
false
,
4
,
false
,
false
,
false
,
true
,
3
,
100
,
256
,
100
,
2
,
1
.
0
,
10
,
1
,
2
,
"010011"
)
generic
map
(
false
,
4
,
false
,
false
,
false
,
true
,
3
,
100
,
256
,
100
,
3
,
1
.
0
,
10
,
1
,
2
,
"010011"
)
port
map
(
tb_end_vec
(
4
));
-- recover from g_processing_enable_toggle during recording
...
...
@@ -93,9 +93,9 @@ begin
-- g_rs_block_size = 2000 raw samples as on HW
u_rs_block_size_2000
:
entity
work
.
tb_lofar2_unb2c_sdp_station_tbuf_one
generic
map
(
false
,
7
,
false
,
false
,
false
,
false
,
3
,
100
,
4096
,
2000
,
5
,
1
.
17
,
10
0
,
0
,
3
,
"000011"
)
generic
map
(
false
,
7
,
false
,
false
,
false
,
false
,
3
,
100
,
4096
,
2000
,
3
,
1
.
17
,
5
0
,
0
,
1
,
"000011"
)
port
map
(
tb_end_vec
(
7
));
tb_end
<=
'1'
when
tb_end_vec
=
c_tb_end_vec
else
'0'
;
tb_end
<=
'1'
after
1
us
when
tb_end_vec
=
c_tb_end_vec
else
'0'
;
proc_common_stop_simulation
(
tb_end
);
end
tb
;
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