Can any body tell me the difference between Packed and UnPacked Arrays. Solvedbykurt.whdl.cominpost #2 When you declare an array, there are two types of dimensions: packed and unpacked. For example, imagine you have a variable that is 12 bits wide: bit[11:0] avar; Now, say that you...