• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. ViVA crashes when loading a large group of simulation d...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 15055
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ViVA crashes when loading a large group of simulation data

slim5
slim5 over 13 years ago

Hi,

  I have a group of PVT simulation data (~50 sets) and have been unsuccesful in creating a plot with ViVA. This problem can be attributed to the fact that I have limited memory installed on my PC and my attempts had resulted in memory allocation error.

  At the moment, I have an ocean script that utilizes for-loop to go through each simulation data and plot the desired waveforms. What I noticed during the script execuation is that the child processes, java and virtuoso, will consume ever increasing memory with each plot command until all available memory are used up and the program will exit with the memory allocation error.

  Is it possible get java and virtuoso to release up the memory before OCEAN opens the next set of simulation data? What I am thinking is something like this: Open results -> plot results -> freeze graphc -> clear memory -> open next results and etc?

  Also, is it also possible to enable Fast Viewing Support in OCEAN with the hope that this step will result in lower memory requirement?

 I have IC6.1.4.500.12

Thanks

Slim

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

     Slim,

    Your best bet would be to move to IC615, because that has much improved memory management for waveform data (as well as the new graph implementation). You could run in 64 bit mode to help though in IC614 (run "virtuoso -64").

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • slim5
    slim5 over 13 years ago

     Hi Andrew,

      I would try moving to IC615 to see if that version will help to alleviate the memory management.

      Is there a way to make sure that plotting with fastview is enable in OCEAN? I did envGetVal("spectre.outputs" "fastViewOption") and the system returned "t", however, I still find the plotting to be very slow.Thanks!

     

    Regards

    Su Lim

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    First of all, the fastViewOption will only have an effect if RTSF output is turned on for the simulation (and that will only do anything if the output format is psfbin or psfxl). Secondly, it only helps for signals directly plotted in the waveform tool, and if you build a signal and plot it using plot(), you will most likely not get the speed benefit. That's because it has to load in the entire waveform, and the optimisation is lost.

    psfxl output format should help significantly in terms of data load time, so use that if you can (this is the default from IC615 ISR4 onwards).

    And IC615 will help in terms of load and draw performance anyway because in IC614 the graph is a separate (Java) process, and so the data is loaded into the ocean/virtuoso process, and then may be sent across to the java process using IPC; in IC615 it is a single process using Qt graphics, and so there's no IPC needed. The graphics performance should (in general) be better.

    If after doing this you still have performance issues, please contact customer support - this is something that has had a lot of focus on, especially in IC615.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information