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
192ebe3e
Commit
192ebe3e
authored
Aug 12, 2020
by
Michael Munch
Browse files
Get busy from r_busy and AM code from pX_am_code
parent
ed22c060
Pipeline
#25486
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_cli_arb.vhd
View file @
192ebe3e
...
...
@@ -197,7 +197,7 @@ begin
process
(
clk
)
begin
if
(
rising_edge
(
clk
))
then
if
(
vc1
_busy
=
'0'
)
then
if
(
r
_busy
=
'0'
)
then
-- Latch error code when busy pulled
if
(
active_1
)
then
p1_int_err_code_latched
<=
r_err_code
;
...
...
@@ -215,14 +215,14 @@ begin
prefer_1
<=
false
;
-- Only AM=0x19 are passed to core 2.
core_1
<=
vc
1_int_am_i
/=
X"19"
;
core_1
<=
p
1_int_am_i
/=
X"19"
;
end
if
;
if
(
start_2
)
then
active_2
<=
true
;
prefer_1
<=
true
;
-- Only AM=0x19 are passed to core 2.
core_1
<=
vc
2_int_am_i
/=
X"19"
;
core_1
<=
p
2_int_am_i
/=
X"19"
;
end
if
;
-- We select on active instead of live, since active is cheaper (comes
...
...
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