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
11a11d7a
Commit
11a11d7a
authored
Aug 17, 2020
by
Michael Munch
Browse files
Bugfix: core_arb vc2 data strobe was not forwarded
parent
b91f6bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vme_core_arb.vhd
View file @
11a11d7a
...
...
@@ -99,7 +99,7 @@ begin
-- cli_busy <= '1' when vc1_busy = '1' or vc2_busy = '1' else '0';
cli_busy
<=
vc1_busy
or
vc2_busy
;
cli_int_data_strobe
<=
vc1_int_data_strobe
or
vc
1
_int_data_strobe
;
cli_int_data_strobe
<=
vc1_int_data_strobe
or
vc
2
_int_data_strobe
;
cli_int_blt_decision
<=
vc1_int_blt_decision
or
vc2_int_blt_decision
;
cli_int_go_consumed_strobe
<=
vc1_int_go_consumed_strobe
or
vc2_int_go_consumed_strobe
;
...
...
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