Research Article
A State-Based Modeling Approach for Efficient Performance Evaluation of Embedded System Architectures at Transaction Level
| | switch (s) | | | | | | case s1: | | ts0 = CurrentUserTime(ns); | | To = ts0; | | CofDisplay (“to=%f ns, CcA2=%f op/s”, To, 0); | | CofDisplay (“to=%f ns, CcA2=%f op/s”, To, Ccs1); | | To = ts0 + Tj; | | CofDisplay (“to=%f ns, CcA2=%f op/s”, To, Ccs1); | | CofDisplay (“to=%f ns, CcA2=%f op/s”, To, 0); | | Select_Min = 1; | | Select_Mout = 0; | | OpDuration = Tj; | | if ; | | else | | break ; | | case s2: | | | | | |
|