Forum Discussion

rshal2's avatar
rshal2
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

HPS pins timing constraints ?

Hello,

Is it also possible to set timing constraint for hps pins ?

In all golden examples, I see in sdc file that all hps pins are used with setfalsepath example:

set_false_path -from * -to [get_ports {hps_emac1_TX_CLK}]

So, I am not sure if timing constraint for HPS pins is possible or not.

Thanks,

ranran

1 Reply

  • FawazJ_Altera's avatar
    FawazJ_Altera
    Icon for Frequent Contributor rankFrequent Contributor

    Hello sir,

    Timing constraints are possible for HPS interfaces with FPGA only, for example FPGA bridges, I2C masters etc..

    For other HPS pins with external connections, lets say GPIO connection with sensor, no need for timing closure. However, you can work on IO standards, Pull-up resistors, drivers strengths etc..

    Thank you