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
ce3052dd
Commit
ce3052dd
authored
3 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
format correction
parent
c402645d
No related branches found
No related tags found
1 merge request
!183
Resolve L2SDP-557
Pipeline
#22583
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd
+1
-1
1 addition, 1 deletion
libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd
with
1 addition
and
1 deletion
libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd
+
1
−
1
View file @
ce3052dd
...
...
@@ -194,7 +194,7 @@ BEGIN
bsn_at_sync
<=
bs_sosi
.
bsn
WHEN
bs_sosi
.
sync
=
'1'
ELSE
bsn_at_sync_reg
;
bsn_ok
<=
bsn_ok_reg
WHEN
in_sosi
.
sync
=
'0'
OR
TO_UINT
(
in_sosi
.
channel
)
/=
g_check_channel
ELSE
'1'
WHEN
in_sosi
.
bsn
=
bsn_at_sync
ELSE
'0'
;
'1'
WHEN
in_sosi
.
bsn
=
bsn_at_sync
ELSE
'0'
;
out_valid
<=
'1'
WHEN
in_sosi
.
sop
=
'1'
AND
TO_UINT
(
in_sosi
.
channel
)
/=
g_check_channel
ELSE
bsn_ok
WHEN
in_sosi
.
sop
=
'1'
AND
TO_UINT
(
in_sosi
.
channel
)
=
g_check_channel
ELSE
...
...
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