SharpWeapon
Member level 5
- Joined
- Mar 18, 2014
- Messages
- 89
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 705
Hi,
I have a generic design for processing FFT, where I decide the number of points in the beginning. The design is working ok, for anything less than 4096 points, but when I put the number of points to 4096 I will get a message of:
This message is not new to me, but for all the previous cases there was a descriptive message of which module/signal has caused it. Do you guys have this experience?
Thanks!
I have a generic design for processing FFT, where I decide the number of points in the beginning. The design is working ok, for anything less than 4096 points, but when I put the number of points to 4096 I will get a message of:
Code:
ERROR: The simulation failed to launch for the following reason:
The Simulation shut down unexpectedly during initialization. Please review the ISim log (isim.log) for details.
Please shut down ISim and retry the simulation. If the problem persists, please contact Xilinx support.
Time resolution is 1 fs
No active Database
Unable to execute live simulation command.
This message is not new to me, but for all the previous cases there was a descriptive message of which module/signal has caused it. Do you guys have this experience?
Thanks!