Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

Chapter 3.  Cycle Accurate SystemC JTAG Interface

3.1. Abstract Representation of the JTAG Interface
3.2. Application Programming Interface (API)
3.2.1. TAP Action Classes
3.2.2. The JtagSC SystemC Module Class
3.2.3. Using the Interface
3.3. Installation
3.4. Implementation Detail
3.4.1. JtagSC
3.4.2. TapAction
3.4.3. TapActionReset
3.4.4. TapActionIRScan
3.4.5. TapActionDRScan
3.4.6. TapStateMachine

This interface is designed for modeling environments which are both cycle accurate and pin accurate. In other words the state of each JTAG TAP port is accurately modeled on each bus cycle.

The objective is to provide a level of abstraction, so the user can concentrate on the modeling of register access through JTAG, rather than the minutiae of the TAP state machine and TAP signal states

Embecosm divider strip