summaryrefslogtreecommitdiffstats
path: root/awlsimhw_dummy/main.pxd.in
blob: 1763f1fe7402d82eb10752c9fec4377f4b8877bc (plain)
1
2
3
4
5
6
7
from awlsim.core.hardware cimport *

cdef class HardwareInterface_Dummy(AbstractHardwareInterface):
	cdef readInputs(self)
	cdef writeOutputs(self)
	cdef bytearray directReadInput(self, uint32_t accessWidth, uint32_t accessOffset)
	cdef ExBool_t directWriteOutput(self, uint32_t accessWidth, uint32_t accessOffset, bytearray data) except ExBool_val
bues.ch cgit interface