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
8693f957
Commit
8693f957
authored
Oct 12, 2020
by
Michael Munch
Browse files
Flip AS* and DS* to OUTPUT when leaving IDLE
parent
27de41b9
Pipeline
#34495
failed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_data_bus.vhd
View file @
8693f957
...
...
@@ -387,6 +387,10 @@ begin
data_placed
<=
'1'
;
end
if
;
-- Prepare to drive strobes
vme_as_n_dir
<=
c_PIN_OUT
;
vme_ds_n_dir
<=
c_PIN_OUT
;
n_wait
<=
c_N_AS_DELAY
;
state
<=
AS_DELAY
;
end
if
;
...
...
Michael Greve Munch
@au304391
mentioned in commit
a516fb13
·
Apr 01, 2021
mentioned in commit
a516fb13
mentioned in commit a516fb1394d67c51290a1c9f113f40b231c5fcd8
Toggle commit list
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