Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17261 討論

When I try to constrain the path between two FPGA pins with a skew of 2ns between max and min delay values.It time closes if i run Time quest analyser for some values.But when I run full compilation it fails with a different delay value

SK_VA
初學者
1,333 檢視

I am trying to constrain the max delay and min delay between an input pin and an outpin in FPGA so that under PVT conditions skew between max and min delay values be between 2-3 ns.

0 積分
4 回應
mfro
新貢獻者 I
623 檢視

I guess you should try and rephase your question.

 

At least I am unable to understand what you are asking.

AndyN
新貢獻者 I
623 檢視

What are the specific constraints that you are using? Can you share them here?

SK_VA
初學者
623 檢視

set_max_delay -from [get_ports {input_pin}] -to [get_ports {output_pin}] 9.6

set_min_delay -from [get_ports {input_pin}] -to [get_ports {output_pin}] 3.2

 

this is the constraint I am using

 

sstrell
榮譽貢獻者 III
623 檢視

Is there just combinatorial logic between the pins or are you trying do this across registers?

回覆