我需要声明计数器要在2D数组中采用的值.另外,我如何从数组中选择元素并使用它们(比如将它们分配给另一个变量)如何声明这个2D数组的元素?
type lutable is array (0 to 4, 0 to 63) of integer range 0 to 4000;
vhdl
vhdl ×1