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
75170fc5
Commit
75170fc5
authored
Aug 27, 2020
by
Michael Munch
Browse files
No fast busy
parent
9a361e9a
Pipeline
#26412
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_data_bus.vhd
View file @
75170fc5
...
@@ -523,7 +523,6 @@ begin
...
@@ -523,7 +523,6 @@ begin
-- We are done. Terminate cycle and IDLE.
-- We are done. Terminate cycle and IDLE.
vme_as_n_o
<=
'1'
;
vme_as_n_o
<=
'1'
;
state
<=
IDLE
;
state
<=
IDLE
;
busy
<=
'0'
;
int_data_strobe
<=
c_DATA_PRESENT
;
int_data_strobe
<=
c_DATA_PRESENT
;
int_err_code
<=
c_ERR_OK
;
int_err_code
<=
c_ERR_OK
;
when
BLT
=>
when
BLT
=>
...
@@ -605,7 +604,6 @@ begin
...
@@ -605,7 +604,6 @@ begin
vme_as_n_o
<=
'1'
;
vme_as_n_o
<=
'1'
;
state
<=
IDLE
;
state
<=
IDLE
;
busy
<=
'0'
;
int_err_code
<=
c_ERR_OK
;
int_err_code
<=
c_ERR_OK
;
when
BLT
|
MBLT
=>
when
BLT
|
MBLT
=>
n_wait
<=
c_N_DS_SPACING
;
n_wait
<=
c_N_DS_SPACING
;
...
@@ -631,7 +629,6 @@ begin
...
@@ -631,7 +629,6 @@ begin
-- Terminate cycle
-- Terminate cycle
vme_as_n_o
<=
'1'
;
vme_as_n_o
<=
'1'
;
state
<=
IDLE
;
state
<=
IDLE
;
busy
<=
'0'
;
int_err_code
<=
c_ERR_OK
;
int_err_code
<=
c_ERR_OK
;
end
if
;
end
if
;
end
if
;
end
if
;
...
@@ -646,7 +643,6 @@ begin
...
@@ -646,7 +643,6 @@ begin
vme_as_n_o
<=
'1'
;
vme_as_n_o
<=
'1'
;
n_wait
<=
0
;
n_wait
<=
0
;
state
<=
IDLE
;
state
<=
IDLE
;
busy
<=
'0'
;
int_err_code
<=
c_ERR_OK
;
int_err_code
<=
c_ERR_OK
;
end
if
;
end
if
;
end
if
;
end
if
;
...
@@ -662,7 +658,6 @@ begin
...
@@ -662,7 +658,6 @@ begin
-- Delay return to IDLE.
-- Delay return to IDLE.
when
IDLE_DELAY
=>
when
IDLE_DELAY
=>
state
<=
IDLE
;
state
<=
IDLE
;
busy
<=
'0'
;
-- Timeout! Something is preventing the state machine
-- Timeout! Something is preventing the state machine
-- from completing. Either an external error (e.g. a
-- from completing. Either an external error (e.g. a
...
...
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