![]() |
|
|
|||||||
![]() |
VHDL - Synopsys vhdlsim (VHDL simulator) |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |