Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to eye diargam in the USB phy simulation

Status
Not open for further replies.

mitchell

Member level 3
Joined
Jul 30, 2002
Messages
59
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
521
Dear All :
I work on USB phy , Does any one know how to simulate the
Eye diagram ? Or any process can fix this problem .


Ps , the simulator is Hspice
 

You can take the data to Matlab and the plot the eye-diagram there. Please follow these links.

Matlab function
-------
**broken link removed**


Simulink blocks:
------
**broken link removed**


**broken link removed**
 

it is old problem ..

I ever post it ..

1. create a random like data
2. use folding spice sim time like this

.param width=24ns phase=-0.6ns
.probe tran time2=par('time+phase-int((time+phase)/width)*width')

and probe eye pattern , but you should be know this eye is too idea ..
 

use verilog to generate the test pakage
and simulate use hspice
 

Perform transient simulation of your USB serdes,
over a sufficient time to accumulate the data transmission
and reception over many bits.

In Hspice, depending on the wavefrom viewer tool you use, you
should be able to obtain an eye-diagram of your result
using the built-in function in the waveform calculator.

Otherwise you can super-impose a number of rising
and falling edges of your serdes output, by sampling the
waveform edges at periodic intervals starting from the
edge of one rising edge. The result will be your eye-diagram
of the PHY layer.

Hope this helps.

--Radigital
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top