Here is the code for InstrStage::getUnits()
/// \brief Returns the choice of FUs.
unsigned getUnits() const { return Units_; }
This method returns an integer. How does one interpret it? As far as I see it it should tell me what resources are used by a given stage but I can’t figure out what a return value means. Would anyone care to help?
Thanks,