Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rimfaxe
vme_core
Commits
aae02d3b
Commit
aae02d3b
authored
Aug 20, 2020
by
Michael Munch
Browse files
Missing then
parent
d06c7f17
Pipeline
#26030
failed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_data_bus.vhd
View file @
aae02d3b
...
...
@@ -743,7 +743,7 @@ begin
-- Things are good, or we have fired (no need to fire again).
timeout_cnt
<=
TIMEOUT_CNT_MAX
;
elsif
((
state
/=
BERR_HIGH_WAIT
and
vme_berr_n_i
=
'0'
)
or
int_timeout_n
=
'0'
)
int_timeout_n
=
'0'
)
then
state
<=
TIMEOUT
;
elsif
(
timeout_cnt
=
0
)
then
-- We have been operating for too long, timeout.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment