42 #include "params/SimpleUart.hh" 46 :
Uart(p, p->pio_size),
48 endOnEOT(p->end_on_eot)
85 SimpleUartParams::create()
void setUintX(uint64_t w, ByteOrder endian)
Set the value in the word w after truncating it to the length of the packet and then byteswapping it ...
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
virtual uint8_t readData()=0
Read a character from the device.
uint64_t getUintX(ByteOrder endian) const
Get the data in the packet byte swapped from the specified endianness and zero-extended to 64 bits...
virtual void writeData(uint8_t c)=0
Transmit a character from the host interface to the device.
Addr pioSize
Size that the device's address range.
void makeAtomicResponse()
uint64_t Tick
Tick count type.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void exitSimLoop(const std::string &message, int exit_code, Tick when, Tick repeat, bool serialize)
Schedule an event to exit the simulation loop (returning to Python) at the end of the current cycle (...
Declaration of the Packet class.
Tick pioDelay
Delay that the device experinces on an access.
const ByteOrder byteOrder
SimpleUart(const SimpleUartParams *p)
Addr pioAddr
Address that the device listens to.
virtual bool dataAvailable() const =0
Check if there is pending data from the serial device.
ByteOrder byteOrder(const ThreadContext *tc)