本人小白,求助大神.
就是我用VHDL定义一个数组,TYPE store IS ARRAY (0 to 19) of INTEGER ;
然后准备赋值store(0)<=72;
结果运行出错说Cannot convert type universal_integer to type store
求问为什么呀.
本人小白,求助大神.
就是我用VHDL定义一个数组,TYPE store IS ARRAY (0 to 19) of INTEGER ;
然后准备赋值store(0)<=72;
结果运行出错说Cannot convert type universal_integer to type store
求问为什么呀.