main.pxd.in 349 B

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