Please answer in VHDL code format.
Posted: Tue Jul 12, 2022 8:36 am
Please answer in VHDL code format.
3. (25 points) Design a counter counting number of zeros in a 2 dimensional array/matrix constructed as following. TYPE oneDoneD IS ARRAY (1 TO 3) of BIT_VECTOR(1 TO 4); CONSTANT table: oneDoneD := (('0','0','0','1'), ('1','0','0','1'), ('1','1','0','1'));
3. (25 points) Design a counter counting number of zeros in a 2 dimensional array/matrix constructed as following. TYPE oneDoneD IS ARRAY (1 TO 3) of BIT_VECTOR(1 TO 4); CONSTANT table: oneDoneD := (('0','0','0','1'), ('1','0','0','1'), ('1','1','0','1'));