Uses of Class
mars.mips.hardware.MemoryLayout
Packages that use MemoryLayout
-
Uses of MemoryLayout in mars.mips.hardware
Methods in mars.mips.hardware that return MemoryLayoutModifier and TypeMethodDescriptionstatic MemoryLayoutMemoryLayout.fromProperties(Properties properties) Construct a newMemoryLayoutusing the providedProperties.static MemoryLayoutMemory.getDefaultLayout()Memory.getLayout()Get the current memory layout in use.static MemoryLayoutMemory.getLayoutOrDefault(String key) Methods in mars.mips.hardware that return types with arguments of type MemoryLayoutModifier and TypeMethodDescriptionstatic Map<String,MemoryLayout> Memory.getLayouts()Obtain the collection of memory layouts, organized by key.