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
!297
Resolve
L2SDP-837
"B"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
L2SDP-837
"B"
L2SDP-837b
into
master
Overview
0
Commits
27
Pipelines
5
Changes
4
Merged
Eric Kooistra
requested to merge
L2SDP-837b
into
master
2 years ago
Overview
0
Commits
27
Pipelines
5
Changes
4
Expand
Closes
L2SDP-837
0
0
Merge request reports
Viewing commit
7dbc0316
Prev
Next
Show latest version
4 files
+
6
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
7dbc0316
Undo bg_bsn. Keep bsn_init.
· 7dbc0316
Eric Kooistra
authored
2 years ago
libraries/base/diag/src/vhdl/diag_block_gen.vhd
+
1
−
4
Options
@@ -96,8 +96,7 @@ entity diag_block_gen is
ctrl_hold
:
out
t_diag_block_gen
;
-- hold current active ctrl
en_sync
:
in
std_logic
:
=
'1'
;
out_siso
:
in
t_dp_siso
:
=
c_dp_siso_rdy
;
out_sosi
:
out
t_dp_sosi
;
out_bsn
:
out
std_logic_vector
(
c_diag_bg_bsn_init_w
-1
downto
0
)
out_sosi
:
out
t_dp_sosi
);
end
diag_block_gen
;
@@ -302,8 +301,6 @@ begin
buf_addr
<=
TO_UVEC
(
r
.
mem_cnt
,
g_buf_addr_w
);
buf_rden
<=
r
.
rd_ena
;
out_bsn
<=
rin
.
bsn_cnt
when
rising_edge
(
clk
)
and
rin
.
sop
=
'1'
;
ctrl_hold
<=
r
.
ctrl_hold
;
end
rtl
;
Loading