The whole dimension as an atomic vl-range.
Note (SystemVerilog-2012 page 109): unpacked
dimensions like [size] are the same as
[0:size-1]. We therefore convert them into
ranges at parse-time.
Note that the b* binder sets up extra bindings for
.msb and .lsb, so you can typically access the guts of
the interior range directly.