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 MemoryLayout
MemoryLayout.fromProperties
(Properties properties) Construct a newMemoryLayout
using the providedProperties
.static MemoryLayout
Memory.getDefaultLayout()
Memory.getLayout()
Get the current memory layout in use.static MemoryLayout
Memory.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.