Forum Discussion
6 Replies
- Knug
Contributor
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
Contributor
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
Contributor
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?
- Knug
Contributor
Wrt :
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_pfl.pdf
fpga_dclk constraint for input clock to DCLK ratio = 1 (see page 29)
create_generated_clock - source pfl_clk -invert <fpga_dclk_port>
I have used same constraint as above BUT have the following question :
Q/ Is there a special reason to why -invert is suggested here ?
Like a reply to this please.
- SyafieqS
Super Contributor
Kevin
Im checking this and let you know.