main.pxd.in 393 B

123456789
  1. from awlsim.common.cython_support cimport *
  2. from awlsim.core.hardware cimport *
  3. cdef class HardwareInterface_Dummy(AbstractHardwareInterface):
  4. cdef readInputs(self)
  5. cdef writeOutputs(self)
  6. cdef bytearray directReadInput(self, uint32_t accessWidth, uint32_t accessOffset)
  7. cdef ExBool_t directWriteOutput(self, uint32_t accessWidth, uint32_t accessOffset, bytearray data) except ExBool_val