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
2f29adb2
Commit
2f29adb2
authored
Oct 15, 2020
by
Michael Munch
Browse files
Core arb AM selection also depends on retzero
parent
9764aa39
Pipeline
#34739
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vme_core_arb.vhd
View file @
2f29adb2
...
...
@@ -133,7 +133,7 @@ begin
-- Select core based on AM code
G_AM_SELECT
:
if
am_select
generate
core_1_req
<=
cli_int_am_i
/=
am_magic
;
core_1_req
<=
cli_int_am_i
/=
am_magic
and
cli_int_retzero
=
'0'
;
end
generate
;
-- Select core based on ADDR lines
...
...
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