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.

[help]DDR sdram controller design in a chip

Status
Not open for further replies.

albred

Member level 2
Joined
Aug 1, 2005
Messages
48
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
china
Activity points
1,682
debugging sdram designs

I am puzzled about the STA requirement of the design,and where can I find some material about it? thanks
 

ddr timing diagrams

To make it simple, let's descibe in the following way.

First, you will have a clear specification in your DDR controller interface. The timing diagram specified the frequency, duty cycle, setup, hold time etc, in most cases, with max and min in a range.

Then, you convert this timing specification to the controller equivallent time. That is, you specify the timing requirement in your design that satisfies the timing diagram your specification. After you get it done, you will have to check the timing in SPEC one by one to see if each of them are satisfied and there is no confliction in them.

Finally, you write the above timing reqirement in the script of the STA tools and debug it to make it work in your STA enviroment.


You could find some example. But I think it may spend more time than just get it from the SPEC timing diagram.
 

sdram controller+tutorial

Look on synopsys solvnet - they used to have a pretty good app note describing how to time DDR with STA.
 

sdram controller design tutorial

hi,

But how about setting the requirement of pre_amble/post_amble of the timing
requirement of DDR? I had trouble with them when i try setting them with primetime constraint.

Thanks,

luancao said:
To make it simple, let's descibe in the following way.

First, you will have a clear specification in your DDR controller interface. The timing diagram specified the frequency, duty cycle, setup, hold time etc, in most cases, with max and min in a range.

Then, you convert this timing specification to the controller equivallent time. That is, you specify the timing requirement in your design that satisfies the timing diagram your specification. After you get it done, you will have to check the timing in SPEC one by one to see if each of them are satisfied and there is no confliction in them.

Finally, you write the above timing reqirement in the script of the STA tools and debug it to make it work in your STA enviroment.


You could find some example. But I think it may spend more time than just get it from the SPEC timing diagram.
 

dll design for ddr sdram

luancao said:
To make it simple, let's descibe in the following way.

First, you will have a clear specification in your DDR controller interface. The timing diagram specified the frequency, duty cycle, setup, hold time etc, in most cases, with max and min in a range.

Then, you convert this timing specification to the controller equivallent time. That is, you specify the timing requirement in your design that satisfies the timing diagram your specification. After you get it done, you will have to check the timing in SPEC one by one to see if each of them are satisfied and there is no confliction in them.

Finally, you write the above timing reqirement in the script of the STA tools and debug it to make it work in your STA enviroment.


You could find some example. But I think it may spend more time than just get it from the SPEC timing diagram.

the controller has a digital dll inside,and the dll can be tune by some programble parammeter to get the delay you want.
but how should I choose the appropriate delay?before physical place&route and board route,I can't get the right delay I want.
 

sdram controller tutorial

the controller has a digital dll inside,and the dll can be tune by some programble parammeter to get the delay you want.
but how should I choose the appropriate delay?before physical place&route and board route,I can't get the right delay I want.

The DLL should be coped as a Macro. Therefore add the timing constrain from the output pin the DLL depending on how your DDR IF is designed. For example, if your DLL generates 10 clocks from the input of the DDR CK, then one of the clock is selected programmable, it is quite safe for you to add the constrain to ensure the difference of the delay at your data to IO and the delay at your clock to IO less than 1/10 the DDR clock. Then other timing reqirements will meet by program the phase of the clock by a training or other process.
 

dll training sdram

I need the basics of dll .. can any body upload any tutorial or text book
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top