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
2ff67e80
Commit
2ff67e80
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added missing out_sync and out_bsn to sensitivity list of p_out_sosi.
parent
1829d20e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26826
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_from_mm.vhd
+1
-1
1 addition, 1 deletion
libraries/base/dp/src/vhdl/dp_block_from_mm.vhd
with
1 addition
and
1 deletion
libraries/base/dp/src/vhdl/dp_block_from_mm.vhd
+
1
−
1
View file @
2ff67e80
...
...
@@ -147,7 +147,7 @@ BEGIN
out_sync
<=
r
.
sync
WHEN
g_mm_rd_latency
=
1
ELSE
r_sync_p
;
out_bsn
<=
r
.
bsn
WHEN
g_mm_rd_latency
=
1
ELSE
r_bsn_p
;
u_sosi
:
PROCESS
(
r
,
mm_miso
,
out_sop
,
out_eop
)
u_sosi
:
PROCESS
(
mm_miso
,
out_sop
,
out_eop
,
out_sync
,
out_bsn
)
BEGIN
out_sosi
<=
c_dp_sosi_rst
;
-- To avoid Modelsim warnings on conversion to integer from unused fields.
out_sosi
.
data
<=
RESIZE_DP_DATA
(
mm_miso
.
rddata
(
g_word_w
-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