It seems that the limitation of not subscripting internal inputs/outputs causes me to do a lot of copy/paste of the same logic many times.
With sublime-text auto-increment indexing, it's not too painful
http://rricketts.com/add-auto-incrementing-number-selection-sublime-text-3/But i'm wondering, is there a better way? Is there a trick to reducing the amount of copy paste? For example, my And16 is 16 lines of nearly identical work. My register is 16 blocks of 3 lines each, all nearly identical. Is this a limitation of HDL implementation or is this a limitation for real hardware description languages as well?