OpenCores
URL https://opencores.org/ocsvn/usb_phy/usb_phy/trunk

Subversion Repositories usb_phy

[/] [usb_phy/] [tags/] [start/] [doc/] [README.txt] - Diff between revs 2 and 3

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 3
USB 1.1 PHY
USB 1.1 PHY
==========
==========
Status
Status
------
------
This core is done. It was tested with a USB 1.1 core I have written on
This core is done. It was tested with a USB 1.1 core I have written on
a XESS XCV800 board with a a Philips PDIUSBP11A transceiver.
a XESS XCV800 board with a a Philips PDIUSBP11A transceiver.
I have NOT yet tested it with my USB 2.0 Function IP core.
I have NOT yet tested it with my USB 2.0 Function IP core.
Test Bench
Test Bench
----------
----------
There is no test bench, period !
There is no test bench, period !
Please don't email me asking for one, unless you want to hire me to
Please don't email me asking for one, unless you want to hire me to
write one ! As I said above I have tested this core in real hardware and
write one ! As I said above I have tested this core in real hardware and
it works just fine.
it works just fine.
Documentation
Documentation
-------------
-------------
Sorry, there is none. I just don't have the time to write it. I have tried
Sorry, there is none. I just don't have the time to write it. I have tried
to follow the UTMI interface specification from USB 2.0 with one exception:
to follow the UTMI interface specification from USB 2.0 with one exception:
I have not added any error checking in the RX PHY, hence the RxError pin
I have not added any error checking in the RX PHY, hence the RxError pin
is permanently tide to ground.
is permanently tide to ground.
Misc
Misc
----
----
The USB 1.1 Phy Project Page is:
The USB 1.1 Phy Project Page is:
http://www.opencores.org/cores/usb_phy
http://www.opencores.org/cores/usb_phy
To find out more about me (Rudolf Usselmann), please visit:
To find out more about me (Rudolf Usselmann), please visit:
http://www.asics.ws
http://www.asics.ws
Directory Structure
Directory Structure
-------------------
-------------------
[core_root]
[core_root]
 |
 |
 +-doc                        Documentation
 +-doc                        Documentation
 |
 |
 +-bench--+                   Test Bench
 +-bench--+                   Test Bench
 |        +- verilog          Verilog Sources
 |        +- verilog          Verilog Sources
 |        +-vhdl              VHDL Sources
 |        +-vhdl              VHDL Sources
 |
 |
 +-rtl----+                   Core RTL Sources
 +-rtl----+                   Core RTL Sources
 |        +-verilog           Verilog Sources
 |        +-verilog           Verilog Sources
 |        +-vhdl              VHDL Sources
 |        +-vhdl              VHDL Sources
 |
 |
 +-sim----+
 +-sim----+
 |        +-rtl_sim---+       Functional verification Directory
 |        +-rtl_sim---+       Functional verification Directory
 |        |           +-bin   Makefiles/Run Scripts
 |        |           +-bin   Makefiles/Run Scripts
 |        |           +-run   Working Directory
 |        |           +-run   Working Directory
 |        |
 |        |
 |        +-gate_sim--+       Functional & Timing Gate Level
 |        +-gate_sim--+       Functional & Timing Gate Level
 |                    |       Verification Directory
 |                    |       Verification Directory
 |                    +-bin   Makefiles/Run Scripts
 |                    +-bin   Makefiles/Run Scripts
 |                    +-run   Working Directory
 |                    +-run   Working Directory
 |
 |
 +-lint--+                    Lint Directory Tree
 +-lint--+                    Lint Directory Tree
 |       +-bin                Makefiles/Run Scripts
 |       +-bin                Makefiles/Run Scripts
 |       +-run                Working Directory
 |       +-run                Working Directory
 |       +-log                Linter log & result files
 |       +-log                Linter log & result files
 |
 |
 +-syn---+                    Synthesis Directory Tree
 +-syn---+                    Synthesis Directory Tree
 |       +-bin                Synthesis Scripts
 |       +-bin                Synthesis Scripts
 |       +-run                Working Directory
 |       +-run                Working Directory
 |       +-log                Synthesis log files
 |       +-log                Synthesis log files
 |       +-out                Synthesis Output
 |       +-out                Synthesis Output
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.