Package com.upmem.dpu
Class DpuSymbol
- java.lang.Object
-
- com.upmem.dpu.DpuSymbol
-
-
Constructor Detail
-
DpuSymbol
public DpuSymbol(int address, int size, java.lang.String name)Create a DPU symbol.- Parameters:
address- The memory address of the symbol.size- The memory size of the symbol.name- The name of the symbol.
-
DpuSymbol
public DpuSymbol(int address, int size)Create an anonymous DPU symbol.- Parameters:
address- The memory address of the symbol.size- The memory size of the symbol.
-
-