No.81426 作者:suxch123 邮件:suxch123@126.com ID:37476 登陆:9次 文章数:1篇 最后登陆IP:125.71.42.235 最后登陆:2009/10/9 8:03:44 注册:2005/7/15 10:53:59 财富:113 发帖时间:2005/7/15 11:05:50 发贴者IP:61.157.97.84 标题:suxch123:Max plusII的调试 摘要:No.81426Max plusII的调试 if set='1' then ram(adr) <=conv_std_logic_vector((conv_integer(Data1)*10 +conv_integer(Data0))*2,8); --对置入的任意波形数据进行储存 elsif clr='1' then adr:=0; --存储器所有单元清零 for i in 0 to 63 loop ram(i) <=(others=> '0'); end loop; end if; 的unsupported feature error:aggregates are supported only for types that map to a array of bit 怎么解决 谢谢交流 ......