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
0b89cc5e
Commit
0b89cc5e
authored
11 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
appease modelsim with illegible hdl
parent
642b1766
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/eb_usb_core/.gitignore
+2
-0
2 additions, 0 deletions
hdl/eb_usb_core/.gitignore
hdl/eb_usb_core/ez_usb.vhd
+4
-4
4 additions, 4 deletions
hdl/eb_usb_core/ez_usb.vhd
with
6 additions
and
4 deletions
hdl/eb_usb_core/.gitignore
+
2
−
0
View file @
0b89cc5e
...
...
@@ -8,6 +8,7 @@ cdc_acm.omf
cdc_acm.rel
cdc_acm.rst
cdc_acm.sym
cdc_acm.ihx
erase_eeprom.asm
erase_eeprom.cdb
erase_eeprom.lk
...
...
@@ -18,3 +19,4 @@ erase_eeprom.omf
erase_eeprom.rel
erase_eeprom.rst
erase_eeprom.sym
erase_eeprom.ihx
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hdl/eb_usb_core/ez_usb.vhd
+
4
−
4
View file @
0b89cc5e
...
...
@@ -157,13 +157,13 @@ begin
rstn_i
=>
rstn_i
,
slave_i
(
0
)
=>
usb2eb_usb_i
,
-- EP2 (out) = host writes to EB
slave_
o
(
0
)
=>
usb2
eb
_usb_
o
,
slave_
i
(
1
)
=>
usb2
uart
_usb_
i
,
-- EP4 (out) = host writes to uart
slave_i
(
2
)
=>
eb2usb_m
,
-- EP6 (in) = EB writes to host
slave_
o
(
2
)
=>
eb
2usb_
s
,
slave_
i
(
3
)
=>
uart
2usb_
usb_i
,
-- EP8 (in) = uart writes to host
slave_
i
(
1
)
=>
usb2
uart
_usb_
i
,
-- EP4 (out) = host writes to uart
slave_
o
(
0
)
=>
usb2
eb
_usb_
o
,
slave_o
(
1
)
=>
usb2uart_usb_o
,
slave_
i
(
3
)
=>
uart
2usb_
usb_i
,
-- EP8 (in) = uart writes to host
slave_
o
(
2
)
=>
eb
2usb_
s
,
slave_o
(
3
)
=>
uart2usb_usb_o
,
fifoadr_o
=>
fifoadr_o
,
...
...
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