getAbs method

Logic getAbs(
  1. Logic identifier,
  2. int stageIndex
)

Returns a staged version of identifier at the specified absolute stageIndex.

Implementation

Logic getAbs(Logic identifier, int stageIndex) =>
    _ssa(_pipeline.get(identifier, stageIndex));