Package com.upmem.dpu

Class DpuContextDump

    • Method Detail

      • getAtomicBits

        public boolean[] getAtomicBits()
        Returns:
        The state of the DPU atomic bits.
      • getWorkRegisters

        public int[][] getWorkRegisters()
        Returns:
        The work registers of each thread of the DPU.
      • getPcs

        public short[] getPcs()
        Returns:
        The PC value of each thread of the DPU.
      • getZeroFlags

        public boolean[] getZeroFlags()
        Returns:
        The ZERO flag value of each thread of the DPU.
      • getCarryFlags

        public boolean[] getCarryFlags()
        Returns:
        The CARRY flag value of each thread of the DPU.