Uses of Interface
mars.tools.MarsTool
Packages that use MarsTool
-
Uses of MarsTool in mars.tools
Classes in mars.tools that implement MarsToolModifier and TypeClassDescriptionclassAn abstract class that provides generic components to facilitate implementation of a MarsTool and/or stand-alone Mars-based application.classA MARS tool for simulating branch prediction with a Branch History Table (BHT)classBitmap display simulator.classA data cache simulator for simulating and illustrating data cache performance.classDidier Teifreto LIFC Université de franche-Comté www.lifc.univ-fcomte.fr/~teifreto didier.teifreto@univ-fcomte.frclassTool to help students learn about the IEEE-754 representation of 32-bit floating point values.classInstruction counter tool.classA MARS tool for obtaining instruction statistics by instruction category.classThe "hello world" of MarsTools!classKeyboard and Display Simulator.classMemory reference visualization.classclass -
Uses of MarsTool in mars.venus.actions
Methods in mars.venus.actions that return MarsToolModifier and TypeMethodDescriptionToolAction.getTool()Get theMarsToolthis action corresponds to.Constructors in mars.venus.actions with parameters of type MarsToolModifierConstructorDescriptionToolAction(MarsTool tool) Create a newToolActionfor the specifiedMarsTool.