Rename function to be more expressive.
--HG-- extra : convert_revision : 0c01b6d5309e2d09f03631740c9b0c8619ea26c4
This commit is contained in:
@@ -189,7 +189,7 @@ FUPool::getUnit(OpClass capability)
|
||||
}
|
||||
|
||||
void
|
||||
FUPool::freeUnit(int fu_idx)
|
||||
FUPool::freeUnitNextCycle(int fu_idx)
|
||||
{
|
||||
assert(unitBusy[fu_idx]);
|
||||
unitsToBeFreed.push_back(fu_idx);
|
||||
|
||||
@@ -134,7 +134,7 @@ class FUPool : public SimObject
|
||||
int getUnit(OpClass capability);
|
||||
|
||||
/** Frees a FU at the end of this cycle. */
|
||||
void freeUnit(int fu_idx);
|
||||
void freeUnitNextCycle(int fu_idx);
|
||||
|
||||
/** Frees all FUs on the list. */
|
||||
void processFreeUnits();
|
||||
|
||||
Reference in New Issue
Block a user