While working with index array (or similar primitives) we have to use the index element as I32 format only which is really a question when using them in FPGA code. In most of cases I know the amount of elements in the array I am going to handle. So it would be a better option to make the Index terminal as polymorphic and it accomodates Integer values (I8, I16 and I32).
This idea is not only for FPGA, and also it applies to all the array primitives which uses index terminals.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.