instantiationParameters property

Map<String, String> get instantiationParameters

Pass-through parameters used when instantiating this module in SystemVerilog.

This map contains parameter name-value pairs that will be applied during module instantiation. Values can be literals or references to other parameters.

Implementation

Map<String, String> get instantiationParameters =>
    UnmodifiableMapView(_instantiationParameters);