![]() |
|
|
|||||||
![]() |
VHDL - Error in FIFO Simulation ISE Xilinx |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hello, I am simulating a FIFO in ISE generated by CORGEN. The design
synthesizes and no errors or warnings indicate I have done anything wrong. I am doing this simulation for a Spartan3E which is indicated in my design summary. However, when I try to simulate I get the following error: ** Failure:FAILURE: Use of behavioral models for Virtex-4 and Virtex-5 built-in FIFO configurations is currently not supported. Please use the structural simulation model. You can enable this from CORE Generator by selecting Project -> Project Options -> Generation tab -> Structural Simulation. See the FIFO Generator User Guide for more information. User(VHDL) Code Called Simulation Stop I am not targeting a Virtex part anywhere so I have no idea why this error would occur? Is there any advice out there for what I (or most likely as usual ISE) is doing wrong? Thanks nfirtaps |
|
|
|
|
#2 |
|
Posts: n/a
|
nfirtaps wrote:
> Hello, I am simulating a FIFO in ISE generated by CORGEN. > I am not targeting a Virtex part anywhere so I have no idea why this > error would occur? Coregen is a Xilinx thing, not a VHDL thing. > Is there any advice out there for what I (or most likely as usual ISE) > is doing wrong? The VHDL solution would be to infer a dpram from a code template and write code describing head (read only) and tail (write only) address counters. -- Mike Treseler Mike Treseler |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simulation question Issue | Rahul | MCITP | 9 | 06-30-2008 09:53 PM |
| Post-Route Simulation does not give output for the first clock cycle Options | velocityreviews | Software | 0 | 04-17-2007 05:47 PM |
| simulation | Tom | MCITP | 0 | 04-05-2007 01:40 AM |
| VHDL (Assigning pins in xilinx) | amanpervaiz | Hardware | 3 | 12-02-2006 04:37 PM |