is it possible to, in a loop, have the names of signals be changed as the iterator changes.. for example if i have a loop from 0 to 3 can i have a 4 seperate signals named out0, out1, out2, out3 each be assigned in the loop? (each out would itself be a vector so i cannot just make a vector called out)