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