Forum Discussion

6 Replies

  • Knug's avatar
    Knug
    Icon for Contributor rankContributor

    Noticed today (12 days later) after I opened the 2 docs again that you changed one of them to match the other BUT I never received a reply from you to let me know that you did this.

    • Knug's avatar
      Knug
      Icon for Contributor rankContributor

      Both documents state now :

      eg https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_pfl.pdf on page 28 :

      Bidirectional synchronous: flash_data Read mode (PFL to Flash ROM) is listed here on page 28.

      set_max_delay -from <port> -to pfl_clk

      Is this right ?

      PFL to Flash ROM direction looks to be output from the PFL (ie flash_data is out for READ mode. Isn’t this the case?) so the set_max_delay constraint suggested above should be :

      set_max_delay -from pfl_clk -to <port>

      Isn’t this the case here ?

      • Knug's avatar
        Knug
        Icon for Contributor rankContributor

        Or I think :

        Bidirectional synchronous: flash_data Read mode (Flash ROM to PFL) should be listed here on page 28 and NOT PFL to Flash ROM

        set_max_delay -from <port> -to pfl_clk IS THEN CORRECT

        Write Mode should then state (PFL to Flash ROM) and NOT Flash ROM to PFL

        Is this correct?