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
Commits
0520fa5a
Commit
0520fa5a
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
72357fe6
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!64
Resolve L2SDP-189
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
+1
-1
1 addition, 1 deletion
...ations/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
with
1 addition
and
1 deletion
applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
+
1
−
1
View file @
0520fa5a
...
@@ -182,7 +182,7 @@ __kernel void process_b()
...
@@ -182,7 +182,7 @@ __kernel void process_b()
{
{
union
param_process_b
reg
;
union
param_process_b
reg
;
reg.parameters.keep
=
0
; //address 0, value is stored when written
reg.parameters.keep
=
0
; //address 0, value is stored when written
reg.parameters.acc
=
0
; //address 1, value is written value +
1
reg.parameters.acc
=
0
; //address 1, value is written value +
2
while
(
1
)
{
while
(
1
)
{
//
handle
MM
read/write
requests
//
handle
MM
read/write
requests
struct
mm_in
mm_request
=
read_channel_intel
(
mm_channel_in[CH_PROCESS_B]
)
; //blocking read
struct
mm_in
mm_request
=
read_channel_intel
(
mm_channel_in[CH_PROCESS_B]
)
; //blocking read
...
...
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