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
f0c3d93c
Commit
f0c3d93c
authored
Aug 17, 2020
by
Michael Munch
Browse files
Simplified timeout
parent
2fdc70f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vme_data_bus.vhd
View file @
f0c3d93c
...
...
@@ -739,8 +739,8 @@ begin
state
=
TIMEOUT_WAIT
)
then
-- Things are good, or we have fired (no need to fire again).
timeout_cnt
<=
TIMEOUT_CNT_MAX
;
elsif
(
vme_berr_n_i
&
int_timeout_n
/=
"11"
)
then
state
<=
TIMEOUT
;
--
elsif (vme_berr_n_i & int_timeout_n /= "11") then
--
state <= TIMEOUT;
elsif
(
timeout_cnt
=
0
)
then
-- We have been operating for too long, timeout.
state
<=
TIMEOUT
;
...
...
Write
Preview
Supports
Markdown
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