Changes between Version 4 and Version 5 of Component/Iss2Api


Ignore:
Timestamp:
Mar 6, 2009, 11:46:30 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Iss2Api

    v4 v5  
    142142
    143143 * Iss is given back the responses. They may not be valid.
    144  * Iss must return the number of cycles it actually executed knowing the inputs (responses and irqsà won't change.
    145  * This is at least 1, at most ncycle.
     144 * Iss must return the number of cycles it actually executed knowing the inputs (responses and irqs) won't change.
     145  * This is at most ncycle.
     146 * ncycle may be 0 if wrapper only wants the ISS to handle its inputs, but not actually simulate anything. This is mostly used on GDB breakpoints.
    146147
    147148=== void getRequests( struct !InstructionRequest &, struct !DataRequest & ) ===