Changes between Version 1 and Version 2 of Tools/Soc View


Ignore:
Timestamp:
Feb 21, 2008, 5:21:37 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Soc View

    v1 v2  
    33== General presentation ==
    44
     5SoCView is an interactive simulation environment for debug and instrumentation of multi-processors
     6architectures modeled with the SoCLib Components. At the moment SoCView supports only CABA simulation.
     7
     8It gives the system designer a Graphical User Interface to launch and monitor various simulator engines,
     9providing various types of services :
     10 * The '''SystemCASS''' simulation engine is very fast (about 15 times faster than the standard OSCI simulation engine), but does not provide any support for debug.
     11 * The '''SimDB''' simulation is much slower, but it allows the system designer to define hardware
     12breakpoints, to trace hardware signals or registers, or to monitor the embedded memory content.
     13It supports backtrack.
     14
     15In order to help the debug, SoCView allows the system designer to switch during simulation from the
     16fast mode (SystemCASS) to the interactive mode (SimDB).
    517
    618== More Information ==
    719
    8 SoCView has neen developped at UPMC-LIP6 by Wahid Bahroun, and is distributed by UPMC as free software, under the GPL license.
     20The SoCView environment was supported by System@TIC.
     21It has been developped at UPMC-LIP6 by Wahid Bahroun, and is distributed by UPMC as free software, under the GPL license.
    922
    1023You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/socview here]