导航: 老古网老古论坛XMOS公共讨论区XMOS开源项目区单片机程序设计嵌入式系统广告区域
→Max plusII的调试[suxch123]

 *第33124篇: Max plusII的调试

  
楼 主:suxch123 2005年7月15日11:05
 Max 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 怎么解决
谢谢交流

>>>>>>对该主题发表你的看法

本主题贴数1,分页: [第1页]


[上一篇主题]:[求助]请各位高手看看我的方案并斧正

[下一篇主题]:[注意] 转让注塑机控制程序