Searched refs:isExpected (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalNode.cc70 ASSERT(node_->isExpected(getWavelengths()), "[Error] " + getInstanceName() +
80 bool OpticalNode::isExpected(const WavelengthGroup& wavelengths_) const function in class:DSENT::OpticalNode
H A DOpticalWavelength.cc57 ASSERT(laser_->isExpected(getWavelengths()), "[Error] " + getInstanceName() +
59 ASSERT(modulator_->isExpected(getWavelengths()), "[Error] " + getInstanceName() +
61 ASSERT(detector_->isExpected(getWavelengths()), "[Error] " + getInstanceName() +
H A DOpticalNode.h71 bool isExpected(const WavelengthGroup& wavelengths_) const;

Completed in 6 milliseconds