- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
MXE6.2CFUL L Verilog timing simulation capability (no of lines of code)/* Warning: Design size of 56613 statements or 1 non-Xilinx leaf instances exceeds ModelSim XE-Starter recommende d capacity.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 01:37 AM
I'm working on spartan3A FPGA with ISE9.2I and ModelsimXEIII 6.2C Full Verilog version.My design and testbench size is around 8K Lines.My functional simulation of the design is working fine.But if i do post translate or Post Route simulation in MXE, iam getting following warning message and simulation running too much slow.
# ** Warning: Design size of 70263 statements or 1 non-Xilinx leaf instances exceeds ModelSim XE-Starter recommended capacity.
# Expect performance to be quite adversely affected.
How the tool is decided design size count as 70263,when actual count is 8000 statements.Can some one clarify me, if iam doing the simulation wrong way or iam missing anything.
Thanks in advance
Re: MXE6.2CFUL L Verilog timing simulation capability (no of lines of code)/* Warning: Design size of 56613 statements or 1 non-Xilinx leaf instances exceeds ModelSim XE-Starter recommende d capacity.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 04:19 AM
Hi,
there can be more than one statement in a codeline.
And libraries etc. also have codelines.
Have a nice simulation
Eilert
Re: MXE6.2CFUL L Verilog timing simulation capability (no of lines of code)/* Warning: Design size of 56613 statements or 1 non-Xilinx leaf instances exceeds ModelSim XE-Starter recommende d capacity.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 06:19 AM
8,000 statements would be (close to) the count for behavioral simulation, with the addition of any
libraries or multi-statement lines as noted. However once you translate the design you need to
look at the post-translate simulation model to count lines. Since these models typically consist
of structural code for all LUT and flip-flop instances as well as any RAM blocks, etc, they typically
have many more statements than your original source.











