54 portName(_name),
id(_id), _peer(nullptr), _connected(false)
Port(const std::string &_name, PortID _id)
Abstract base class for ports.
const std::string name() const
Return port name (for DPRINTF).
virtual ~Port()
Virtual destructor due to inheritance.
void reportUnbound() const
#define fatal(...)
This implements a cprintf based fatal() function.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.