Class MemoryLoader
- java.lang.Object
-
- ru.ispras.microtesk.model.memory.loader.MemoryLoader
-
public class MemoryLoader extends java.lang.Object
TheMemoryLoader
class is implements loading of data from the file into the model's memory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
loadMemoryElement(MemoryDevice memoryDevice, int address, int value)
static void
loadMemoryElement(MemoryDevice memoryDevice, int address, ru.ispras.fortress.data.types.bitvector.BitVector value)
static void
loadMemoryElements(java.lang.String fileName, Model model)
-
-
-
Method Detail
-
loadMemoryElement
public static void loadMemoryElement(MemoryDevice memoryDevice, int address, int value)
-
loadMemoryElement
public static void loadMemoryElement(MemoryDevice memoryDevice, int address, ru.ispras.fortress.data.types.bitvector.BitVector value)
-
loadMemoryElements
public static void loadMemoryElements(java.lang.String fileName, Model model)
-
-