码上欢乐
首页
榜单
标签
关于
搜索
相关内容
简体
繁体
Error (10327): VHDL error at xd.vhd(17): can't determine definition of operator ""+"" -- found 0 pos
本文转载自
查看原文
2014-04-18 23:24
3973
VHDL
在你的程序中 q1(逻辑矢量)+1(整数)不满足算术
操作符
“+”对应的
操作数
必须是整数类型,且相加的和也为整数类型的要求。这里的“+”已经被赋予了新的含义和功能,所以这里的“+”就是算
重载函数
。他的新的含义是在std_logic_unsigned程序包中定义的,所以要在程序前面加上“use ieee.std_logic_unsigned.all;”。同理 有“-”就需在程序中加上“use ieee.std_logic_signed.all;”。
×
免责声明!
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。
猜您在找
Python报错:SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xd6 in position 17: invalid continuation byte
Module not found: Error: Can't resolve 'vue'
Webpack 4 : ERROR in Entry module not found: Error: Can't resolve './src'
ERROR in Entry module not found: Error: Can't resolve './src' in ......
webpack相关 ERROR in Entry module not found: Error: Can't resolve
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xd0 in position 2: invalid continuation byte
Python:SyntaxError:(unicode error) 'unicodeescape' codec can't decode bytes in pos
Module not found: Error: Can't resolve ' vue-resource'
npm启动报错Module not found: Error: Can't resolve 'fs'
Android报错:Error: Can't determine type for tag 错误:无法确定标记的类型
粤ICP备18138465号
© 2018-2025 CODEPRJ.COM