Mapper - Used to capture the incoming Data Structure and sent it to the Schedulers for processing. This block does not contain a queue, mutual exclusion and cannot randomize the processing time. This is used in the data or control flow diagram of the model.
Trace_Mapper
- Used to read the executed trace file (Gem5 output parsed) and map it to hybrid processor.
Dynamic_Mapper
- Used to capture the incoming Data Structure and sent it to the
Schedulers for processing. This block contains a queue, mutual
exclusion and can randomize the processing time. This is used in the
data or control flow diagram of the model.
Software_Mapper
- Send a request to either a Scheduler or Processor block for
execution; Uses the Database block to lookup the destination and an
expression to calculate the cycles from the Database fields.
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents