fastmodel: Implement inst count events in the IRIS thread contexts.
[gem5.git] / src / arch / arm / fastmodel /
2019-11-06 Gabe Blackfastmodel: Implement inst count events in the IRIS...
2019-10-31 Gabe Blackfastmodel: Add CortexA76x[234] models.
2019-10-31 Gabe Blackfastmodel: Enable auto bridging and use it to simplify...
2019-10-31 Gabe Blackfastmodel: Templatize the xn versions of the CortexA76.
2019-10-30 Gabe Blackfastmodel: Refactor the CortexA76x1 model for MP support.
2019-10-30 Chun-Chen TK Hsufastmodel: Helper function to setup FastModels for...
2019-10-25 Gabe Blackcpu: Get rid of the nextInstEventCount method.
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackfastmodel: Use getCurrentInstCount for totalInsts().
2019-10-25 Gabe Blackfastmodel: Implement getCurrentInstCount.
2019-10-25 Gabe Blackcpu: Switch off of the CPU's comInstEventQueue.
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-23 Gabe Blackfastmodel: Add string constructors which delegate to...
2019-10-14 Gabe Blackfastmodel: Expose all CPU communication ports from...
2019-10-09 Gabe Blackfastmodel: Export GICV3Comms directly.
2019-10-07 Gabe Blackfastmodel: Make CortexA76x1's interrupts use gem5's...
2019-10-02 Gabe Blackfastmodel: Get rid of the back channel mem port in...
2019-10-02 Gabe Blackfastmodel: Implement a custom sendFunctional for Cortex...
2019-10-02 Gabe Blackfastmodel: Let the EVS set an attribute for getSendFunc...
2019-10-01 Gabe Blackfastmodel: Add a gem5Cpu attribute to the CortexA76x1.
2019-10-01 Gabe Blackfastmodel: Add a utility class which makes it easier...
2019-10-01 Gabe Blackfastmodel: Pull out and simplify the interrupt mechanis...
2019-09-27 Gabe Blackfastmodel: Add glue code which adapts fastmodels to...