Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
EtherBone Core
Commits
dde40610
Commit
dde40610
authored
11 years ago
by
Mathias Kreider
Browse files
Options
Downloads
Patches
Plain Diff
fixed mux wiring
parent
a778ad55
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/eb_master_slave_wrapper.vhd
+6
-6
6 additions, 6 deletions
hdl/eb_master_slave_wrapper.vhd
with
6 additions
and
6 deletions
hdl/eb_master_slave_wrapper.vhd
+
6
−
6
View file @
dde40610
...
...
@@ -113,13 +113,13 @@
mux_class
(
0
)
<=
x"00"
;
mux_class
(
1
)
<=
x"f0"
;
ebs_src_out
<=
mux_s
rc_out
(
1
);
-- EB slave
mux_s
rc_in
(
1
)
<=
ebs_src_in
;
ebs_snk_out
<=
mux_s
nk_out
(
1
);
mux_s
nk_in
(
1
)
<=
ebs_snk_in
;
ebs_src_out
<=
mux_s
nk_in
(
1
);
-- EB slave
mux_s
nk_out
(
1
)
<=
ebs_src_in
;
ebs_snk_out
<=
mux_s
rc_in
(
1
);
mux_s
rc_out
(
1
)
<=
ebs_snk_in
;
ebm_src_in
<=
mux_s
rc_in
(
0
);
-- EB Master
ebm_src_out
<=
mux_s
rc_out
(
0
);
ebm_src_in
<=
mux_s
nk_out
(
0
);
-- EB Master
ebm_src_out
<=
mux_s
nk_in
(
0
);
end
generate
;
MS2
:
if
(
g_with_master
=
false
)
generate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment