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

Subversion Repositories usb_phy

[/] [usb_phy/] [trunk/] [doc/] [README.txt] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 rudi
 
2
USB 1.1 PHY
3
==========
4
 
5
Status
6
------
7
This core is done. It was tested with a USB 1.1 core I have written on
8
a XESS XCV800 board with a a Philips PDIUSBP11A transceiver.
9
I have NOT yet tested it with my USB 2.0 Function IP core.
10
 
11
Test Bench
12
----------
13
There is no test bench, period !
14
Please don't email me asking for one, unless you want to hire me to
15
write one ! As I said above I have tested this core in real hardware and
16
it works just fine.
17
 
18
Documentation
19
-------------
20
Sorry, there is none. I just don't have the time to write it. I have tried
21
to follow the UTMI interface specification from USB 2.0 with one exception:
22
I have not added any error checking in the RX PHY, hence the RxError pin
23
is permanently tide to ground.
24
 
25
Misc
26
----
27
The USB 1.1 Phy Project Page is:
28
http://www.opencores.org/cores/usb_phy
29
 
30
To find out more about me (Rudolf Usselmann), please visit:
31
http://www.asics.ws
32
 
33
 
34
Directory Structure
35
-------------------
36
[core_root]
37
 |
38
 +-doc                        Documentation
39
 |
40
 +-bench--+                   Test Bench
41
 |        +- verilog          Verilog Sources
42
 |        +-vhdl              VHDL Sources
43
 |
44
 +-rtl----+                   Core RTL Sources
45
 |        +-verilog           Verilog Sources
46
 |        +-vhdl              VHDL Sources
47
 |
48
 +-sim----+
49
 |        +-rtl_sim---+       Functional verification Directory
50
 |        |           +-bin   Makefiles/Run Scripts
51
 |        |           +-run   Working Directory
52
 |        |
53
 |        +-gate_sim--+       Functional & Timing Gate Level
54
 |                    |       Verification Directory
55
 |                    +-bin   Makefiles/Run Scripts
56
 |                    +-run   Working Directory
57
 |
58
 +-lint--+                    Lint Directory Tree
59
 |       +-bin                Makefiles/Run Scripts
60
 |       +-run                Working Directory
61
 |       +-log                Linter log & result files
62
 |
63
 +-syn---+                    Synthesis Directory Tree
64
 |       +-bin                Synthesis Scripts
65
 |       +-run                Working Directory
66
 |       +-log                Synthesis log files
67
 |       +-out                Synthesis Output

powered by: WebSVN 2.1.0

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