34#ifndef TTA_BUS_STATE_HH
35#define TTA_BUS_STATE_HH
BusState & operator=(const BusState &)
Assignment not allowed.
bool squashed_
True in case this bus was squashed the last time a move was executed in this bus.
void setSquashed(bool isSquashed)
BusState(const BusState &)
Copying not allowed.
void setValueInlined(const SimValue &value)
int width_
Width of the bus.
virtual void setValue(const SimValue &value)
std::string name_
Name of the bus.
static NullBusState * instance_
Unique instance of NullBusState.
NullBusState(const NullBusState &)
Copying not allowed.
virtual const SimValue & value() const
static NullBusState & instance()
virtual void setValue(const SimValue &value)
NullBusState & operator=(const NullBusState &)
Assignment not allowed.
virtual const SimValue & value() const