expressionlessInputs property

  1. @override
List<String> expressionlessInputs
inherited

A list of names of inputs which should not have any SystemVerilog expressions (including constants) in-lined into them. Only signal names will be fed into these.

Implementation

@override
List<String> get expressionlessInputs => [
      if (_outputSvWidthExpansion) _shiftAmountName,
    ];