09-16-2010 06:21 PM
hello,fellows.
I have got the right results in the behavioral simulation. When I download the stream into the chip, I can not get the same outputs as the behavioral simulation.
Furthermore,it takes more then ten minutes for the post_route simulation. However,the post_route simulation give out nothing. Because the process of P_R simulation is still running,you can not close the ISE.
My software is ISE10.1.3. Is there anyone who encounter the similar problem?
Please give me a solution.
09-17-2010 09:08 AM
I often see behavioral simulations that are nothing more than just toggling a few bits to see what comes out. That's not a simulation. You need models of your inputs and outputs. The input models generate proper stimulus, and the output models test for expected results.
09-21-2010 02:28 AM
If you want to do a post route simulation, some files are needed
After clock "simulate post route simulation model" ISE will generate xx.timesim.v/vhd and sdf files
These files will be located in /netgen/post par
please firstly make sure these files excits
If these files are available, you can also launch modelsim stand alone and run the tdo file generated by ISE and see what happened
09-24-2010 07:02 PM
I just find the \netgen\par,but there is no post par.