当前位置:网站首页>FPGA-在ISE中错误总结(更新中)
FPGA-在ISE中错误总结(更新中)
2022-08-09 12:34:00 【51CTO】
1.procedural assignment to a non-register DATA_BUS is not permitted
这种报错一般是在always语句中使用了非reg变量,在always语句中所有信号必须是reg变量,低级错误,(语法不熟悉)
2
出现的错误如下:
ERROR:Xst:880 - "mst_pulse_calculation.v" line 124: Cannot mix blocking and non blocking assignments on signal <Res_in_div>.
ERROR:Xst:880 - "mst_pulse_calculation.v" line 125: Cannot mix blocking and non blocking assignments on signal <DiffCnt_in_div>.
看英文的意思是不能对信号同时进行阻塞和非阻塞赋值。
边栏推荐
- 中断系统结构及中断控制详解
- WebView注入Js代码实现大图自适应屏幕点击图片预览详情
- 00后写个暑假作业,被监控成这笔样
- Report: The number of students who want to learn AI has increased by 200%, and there are not enough teachers
- MySQL备份与恢复 (转载非原创)
- How to save Simulink simulation model as image or PDF
- 900页数学论文证明旋转的黑洞不会爆炸,丘成桐:30多年来广义相对论首次重大突破...
- World's 4th mad scientist dies on his 103rd birthday
- Flutter入门进阶之旅(五)Image Widget
- Flutter入门进阶之旅(八)Button Widget
猜你喜欢
自定义VIEW实现应用内消息提醒上下轮播
ABAP 面试题:如何使用 ABAP 编程语言的 System CALL 接口,直接执行 ABAP 服务器所在操作系统的 shell 命令?
Rust从入门到精通04-数据类型
Flutter Getting Started and Advanced Tour (3) Text Widgets
报告:想学AI的学生数量已涨200%,老师都不够用了
1-hour live broadcast recruitment order: industry big names share dry goods, and enterprise registration opens丨qubit·viewpoint
数字化转型之支撑保障单元
900页数学论文证明旋转的黑洞不会爆炸,丘成桐:30多年来广义相对论首次重大突破...
Customize VIEW to realize in-app message reminder to rotate up and down
系统提供的堆 VS 手动改写堆
随机推荐
技术分享 | 接口自动化测试如何处理 Header cookie
FFmpeg库在win10上配置使用(不配置libx264)
OOM排查和处理
世界第4疯狂的科学家,在103岁生日那天去世了
腾讯欲成育碧最大股东/ 米哈游招NLP内容生成研究员/ AI发现四千余物种濒临灭绝...今日更多新鲜事在此...
The core key points of microservice architecture
二叉树的序列化和反序列化
JVM内存泄漏和内存溢出的原因
注:检测到当前使用的ADB不是HBuilder内置或自定义ADB:PID为:9544进程名称为:adb.exe 路径为:c:\users\administrator\appdata\local\and
ABP 6.0.0-rc.1的新特性
系统提供的堆 VS 手动改写堆
AQS同步组件-FutureTask解析和用例
西湖大学教授怎么看AI制药革命?|量子位智库圆桌实录
荣耀携手Blue Yonder,加快企业战略增长
Redis源码剖析之跳表(skiplist)
30行代码实现微信朋友圈自动点赞
World's 4th mad scientist dies on his 103rd birthday
Win10 compiles the x264 library (there are also generated lib files)
Scala Advanced (7): Collection Content Summary (Part 1)
Compensation transaction and idempotency guarantee based on CAP components