blockSize property

int? blockSize
final

Optional override for the number of addresses in this block's address space.

When set, this value takes precedence over the uniform CsrTopConfig.blockSize for this specific block, enabling heterogeneous block sizes within the same top-level module. When null (the default), the top-level CsrTopConfig.blockSize is used.

Implementation

final int? blockSize;