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
701c2a1a
Commit
701c2a1a
authored
Aug 12, 2020
by
Michael Munch
Browse files
Force core 2
parent
192ebe3e
Pipeline
#25491
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_cli_arb.vhd
View file @
701c2a1a
...
...
@@ -215,14 +215,16 @@ begin
prefer_1
<=
false
;
-- Only AM=0x19 are passed to core 2.
core_1
<=
p1_int_am_i
/=
X"19"
;
-- core_1 <= p1_int_am_i /= X"19";
core_1
<=
false
;
end
if
;
if
(
start_2
)
then
active_2
<=
true
;
prefer_1
<=
true
;
-- Only AM=0x19 are passed to core 2.
core_1
<=
p2_int_am_i
/=
X"19"
;
-- core_1 <= p2_int_am_i /= X"19";
core_1
<=
false
;
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