PPGFunction typedef
Used to test different sign extension methods.
Implementation
typedef PPGFunction = PartialProductGeneratorBase Function(
Logic a, Logic b, RadixEncoder radixEncoder,
{bool signedMultiplicand,
Logic? selectSignedMultiplicand,
bool signedMultiplier,
Logic? selectSignedMultiplier});