Class IrMemory

  • Direct Known Subclasses:
    ArkIrMemory

    public abstract class IrMemory
    extends java.lang.Object
    The IrMemory class contains the memory data to be loaded into the simulator's memory
    • Field Detail

      • MEMORY_FILE_NAME_TAG

        public static final java.lang.String MEMORY_FILE_NAME_TAG
        See Also:
        Constant Field Values
      • elements

        protected java.util.List<Element> elements
    • Constructor Detail

      • IrMemory

        public IrMemory()
    • Method Detail

      • readMemoryFiles

        public static java.util.Map<java.lang.String,​java.lang.String> readMemoryFiles​(java.nio.file.Path memoryPaths)
      • getElements

        public java.util.List<Element> getElements()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object