Research Article

Multilevel Simulation of Heterogeneous Reconfigurable Platforms

Algorithm 4

Conditional breakpoint associated to a user-defined action. The signal dma_Req_Read is set to 0 when the breakpoint is triggered. The action can also be conditional, and multiple actions can be defined in an array.
Simulator
probe: dma_Ack_Read
relation: ‘=‘
value: 1
probeName: ‘dma_ack_read’
action: (SimulatorForceSignal
forceSignal: (dma_Req_Read)
to: 0
in: 10).