Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Synopsys vhdlsim (VHDL simulator)

 
Thread Tools Search this Thread
Old 05-12-2005, 08:46 PM   #1
Default Synopsys vhdlsim (VHDL simulator)


Hi,

Unfortunately, there is no group I can find which can address questions
specific to synopsys-related tools like vhdlsim, so I post my question here.

Running some VHDL simulations using 'vhdlsim', I notice that the memory
requirements steadily increase to very large amounts with no end in sight
(however, another simulation of the same test bench but with different
parameters [such as the name of a data file, component speeds and clock speed]
does not seem to get very big [approaching 1GB]). Are there any general tips on
VHDL on how to reduce memory usage during simulation? Could this behaviour be
due to a simulator-specific feature/bug?


gthorpe@ee.ryerson.ca
  Reply With Quote
Old 05-12-2005, 09:03 PM   #2
Ralf Hildebrandt
 
Posts: n/a
Default Re: Synopsys vhdlsim (VHDL simulator)
wrote:


> Running some VHDL simulations using 'vhdlsim', I notice that the memory
> requirements steadily increase to very large amounts with no end in sight

....
> Are there any general tips on
> VHDL on how to reduce memory usage during simulation?


One option may be to use unresolved data types such as
std_ulogic(_vector) instead of std_logic(_vector) as long as possible.
This has the advantage, that unwanted multiple drivers to one signal are
detected and it saves the resolution function.

But I don't have an idea how big are the differences...


Ralf


Ralf Hildebrandt
  Reply With Quote
Old 05-12-2005, 09:11 PM   #3
Mike Treseler
 
Posts: n/a
Default Re: Synopsys vhdlsim (VHDL simulator)
wrote:

> does not seem to get very big [approaching 1GB]). Are there any general tips on
> VHDL on how to reduce memory usage during simulation? Could this behaviour be
> due to a simulator-specific feature/bug?


http://groups-beta.google.com/groups...+ram_data_type

-- Mike Treseler


Mike Treseler
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Dazzle Box... swt458 Hardware 2 01-15-2008 06:06 AM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL freitass Hardware 0 11-01-2007 03:44 PM
DC_SHELL, synopsys perseo Hardware 0 10-10-2007 10:58 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46