Changes between Version 1 and Version 2 of Component/Iss Api


Ignore:
Timestamp:
Sep 8, 2008, 3:03:11 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Iss Api

    v1 v2  
    11
    22[[PageOutline]]
     3
     4This API got deprecated, and evolved to the [wiki:Component/Iss2Api ISS2 API].
     5Models should be migrated to the new API. In order to ensure backward-compatibility,
     6platform designers should use the [wiki:Component/IssIss2 IssIss2 wrapper].
     7
     8= API =
    39
    410Function '''step()''' is the main entry point, it executes one ISS step :
    511 * For an untimed model (PV wrapper) one step corresponds to one instruction.
    612 * For a timed model (CABA wrapper or TLM-T wrapper), one step corresponds to one cycle.
    7 
    8 
    9 = API =
    1013
    1114== inline void reset() ==