I have a circuit block with a bit array input, CB<2:0>
I use a 62-element array of this block in a schematic.
How should i name the resulting two-dimensional input.
I tried the following and none of them worked:
CB<2:0><61:0>
CB<2:0> <61:0>
CB<2:0>;<61:0>
CB<2:0:61:0>
CB<62:2:0>
CB<.........
62*CB<2:0> is a valid syntax, but is not what I want, because it is really a one-dimensional array and shorts the inputs.
Any help would be appreciated.
I use a 62-element array of this block in a schematic.
How should i name the resulting two-dimensional input.
I tried the following and none of them worked:
CB<2:0><61:0>
CB<2:0> <61:0>
CB<2:0>;<61:0>
CB<2:0:61:0>
CB<62:2:0>
CB<.........
62*CB<2:0> is a valid syntax, but is not what I want, because it is really a one-dimensional array and shorts the inputs.
Any help would be appreciated.