在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 3998|回复: 5

[求助] 通过uvm_hdl_force操作多bit wire信号的局限问题

[复制链接]
发表于 2021-10-30 19:08:22 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 taoqing 于 2021-10-31 11:20 编辑

从下图中分别贴出code和仿真log信息,发现通过对于多bit wire型信号,只想通过uvm_hdl_force操作wire信号的第6bit,但是会报错误,而实验发现多bit reg型信号却是可以操作某单bit的,搞不懂为啥reg型信号和wire型信号会有这个区别?
image.png

发表于 2021-11-1 12:32:19 | 显示全部楼层
ERROR: VPI NOFORCB: vpi_put_value() cannot force a
bit of an unexpanded vector net
Some of the verilog simulation will not expand out the output bus, so you
cannot use .input/.output/.inout to drive the signal.
For the output [MSBSB] name that is causing the issue, add "wire scalared
[MSBSB] name". Alternatively, you can set the signal as "output reg".
发表于 2021-11-1 13:16:10 | 显示全部楼层
ERROR: VPI NOFORCB: vpi_put_value() cannot force a
bit of an unexpanded vector net
Some of the verilog simulation will not expand out the output bus, so you
cannot use .input/.output/.inout to drive the signal.
For the output [MSBSB] name that is causing the issue, add "wire scalared
[MSBSB] name". Alternatively, you can set the signal as "output reg".
发表于 2021-11-1 14:06:17 | 显示全部楼层
uvm_hdl_*系列函数各家EDA公司的实现是不同的,所以如果想要找到wire和reg的原因,可能需要去trace simultor的vpi函数。
不过对于你上述的验证要求,你是否可以采用先uvm_hdl_read multi-bit reg/wire,然后modify对应的bit,最后uvm_hdl_force multi-bit的方式实现。
发表于 2021-11-10 10:06:45 | 显示全部楼层
这楼主我肯定认识
发表于 2022-9-28 20:03:18 | 显示全部楼层
uvm_hdl_force这个DPI底层是VPI的vpi_put_value实现的,可以看看vpi_put_value这个函数使用的限制,绕过限制,用其他方式实现。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-25 01:21 , Processed in 0.019063 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表