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 introduce clock delay inside cpld?

Status
Not open for further replies.

catrat

Newbie level 6
Joined
Feb 25, 2002
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
94
clock delay cpld

Hi, friends
To meet the Tsu requirement, I want to introduce clock delay in the cpld ( not fpga, just only cpld like max3000a, lsimach4000v), how can I do that?
Thanks!

Regards
 

clock delay in cpld

I think that can't be implemented by adding a buffer outside

FPGA chip.

best regards




catrat said:
Hi, friends
To meet the Tsu requirement, I want to introduce clock delay in the cpld ( not fpga, just only cpld like max3000a, lsimach4000v), how can I do that?
Thanks!

Regards
 

delay in cpld

Hi catrat,

For @ltera device, you can to this by adding LCELL component.
in vhdl, the LCELL declaration is :
Code:
COMPONENT LCELL
   PORT (a_in : IN STD_LOGIC;
      a_out: OUT STD_LOGIC);
END COMPONENT;
The @ltera tool will take the LCELL component in its library.
This will introduce delay, but this delay cannot be guaranted in temperature, component date code, power consumption ... Only a maximum delay is given by @ltera

I hope this will help you.
:)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top