会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ChaoyaWang
博客园
园子
首页
新随笔
联系
管理
订阅
2022年11月29日
Quartus Prime报错:Error (171173): Node xxxx from partition Top cannot preserve previous placement at PIN D16 and honor the location assignment to PIN E7
摘要: 软件bug,只需要随意修改一下top的文件,使之变化,再保存编译即可。
阅读全文
posted @ 2022-11-29 17:43 ChaoyaWang
阅读(81)
评论(0)
推荐(0)
编辑
modelsim 读写txt文件方法
摘要: 1. 读取数据方法: reg [DATAIN_WIDTH-1:0] mem[9999:0]; //读数据 initial begin $readmemh("data.txt",mem); end 2. 写入数据到txt方法,这里的datavalid为写入数据有效信号 initial begin fd
阅读全文
posted @ 2022-11-29 13:30 ChaoyaWang
阅读(853)
评论(0)
推荐(0)
编辑
公告