Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

Interconnect delay with Input2reg

open01
New Contributor I
562 Views

Hi All,

I am using the CycloneV device.

I use logiclock to fix placement position in the same LAB. But when I set different input delays, routing at the same position produces different results.

This path is the path directly from the I/O pad to the first register.

As shown in fig,

open01_0-1650591657290.png

Is there any way that I can limit the delay range of this IC?

 

Best regards.

0 Kudos
6 Replies
sstrell
Honored Contributor III
530 Views

That's kind of the point of set_input_delay.  The larger value you give for -max, the more time the router has to play with, so it may add more routing between the I/O and the input register.  What is your goal here and what does your .sdc look like?

0 Kudos
open01
New Contributor I
502 Views

Hi sstrell,

Thank you for your help,

I have 12 different data input from 12 I/O pads, and they will enter 12 different input first register respectively.

I use logiclock to keep all registers close to their own I/O pads. 

But the data delay of each path has a big gap, I want to know how can I make their values closer.

 

Best regards.

0 Kudos
sstrell
Honored Contributor III
490 Views

First of all, don't use Logic Lock.  Rely on your set_input_delay constraints to have the registers placed close to the I/O by the Fitter.  You could also use the Fast Input Register assignment to make use of the registers right in the I/O element.  Second, there are some additional constraints (like set_data_skew I think) that you could use if you're trying to do matching.  I'm not super familiar with using them so somebody else could chime in on that.

0 Kudos
SyafieqS
Moderator
485 Views

May I know if there is any update or concern on this?

Are you able to work on it?



0 Kudos
open01
New Contributor I
478 Views

Hi SyafieqS,

 

I still don't have any idea about the correct adjustment of the timing.

Quatus seems to synthesize paths that I think should have the same phenomenon into different delays.

 

So I'm going to look for other ways to fix this issue.

Thank you very much for your reply.

 

Best regards.

 

0 Kudos
SyafieqS
Moderator
451 Views

Understood. With that, I will put this case to close pending. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.


0 Kudos
Reply