- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Timing feedback constraint
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-01-2007 08:02 PM
I have a question on how to define off-chip constraints. I have a Spartan-3 Starter Kit and I'm using the NOR-Flash on the board to read some data in it. The register-to-register path is:
- Loading the address in a register in the FPGA. This register is directly connected to fpga pads and goes through the board to the Flash address input pins.
- NOR-Flash asynchronously decodes the address and puts the data onto the data bus. This process is done in 70ns, following the simulation model.
- After that, data read enters into the FPGA and is being load into one register in the next clock edge.
I've seen that there is a constraint called FEEDBACK, that can specify the delay between an output pin going out of the FPGA and an input one, but this is only used in DCM with clock signals... How can I do this??
Thank you!!
Re: Timing feedback constraint
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-03-2007 09:33 AM
Your thinking to much! The tool will not do this, best way I found is to use modelsim and download the simulation file from which ever chip vendor your flash is. Do a post place and route simulation.
You don't define off-chip constraints. Your VHDL must be able to handle it. Although sometimes you can TIG lines if they are slow or remove the Delay buffers.
I never constrained FLASH memory before it should just work. See if you can find and example.
Bill Tomb
Re: Timing feedback constraint
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-04-2007 11:58 AM - edited 11-04-2007 11:59 AM
But if ROM read access time is 70ns, how much do I put for the clock period?? 75ns, 80ns ?? How can I calculate this?? I can't believe that there's no such tool to do this... I have to know the longest path as if the FPGA address, going out off-chip is returning inside again... Simulating the model with timing is not acurate because you are not testing all possible cases. An in-depth analysis of all possible path must be done.
Message Edited by zeus17 on 11-04-2007 11:59 AM











