Forum Discussion
Altera_Forum
Honored Contributor
15 years agowhat buffer element to achieve delayed output...not LCELL usage
Hi, I need a delayed outputs I don't want to use LCELL as suggested by Forum members as it is bad practice. Below is a code which i used in Xilinx for same operation. Eg : (* LOCK_P...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- You can evaluate the expectable logic cell delays in timing analysis. 0.3 to 0.4 ns per logic cell is a rough estimation for Cyclone FPGAs. --- Quote End --- Thanks for you reply!