- 博客(5)
- 收藏
- 关注
原创 uvm_top / uvm_root以及uvm_test_top / tc_base关系
uvm_top / uvm_root以及uvm_test_top / tc_base关系。uvm_top就是class uvm_root一个全局的句柄,tb可以直接引用。"uvm_test_top"就是class tc_base对应的句柄名称。这个句柄就是uvm_top一个子节点。tb无法直接引用这个句柄,只可通过以下方式获取$cast( tc_base_handle , uvm_top.get_child("uvm_test_top") )
2025-05-31 15:19:35
487
原创 SystemVerilog(SV)随机数生成
SystemVerilog(SV)随机数生成有两种方法,$urandom_range( )只可生成32bit随机数,std::randomize() with { }没有这个限制。
2025-05-31 06:04:43
172
原创 Synopsys VCS License安装,需要设置Ubuntu系统时区
安装 VCS 2018.09时候 ,执行 lmgrd -c Synopsys.dat命令注册许可证,遇到Ubuntu 18.04虚拟机系统时间 、Windows 10主机系统时间相差很大的问题,解决方法 :sudo timedatectl set-timezone Asia/Shanghai
2025-05-21 22:26:28
160
原创 Verdi 2018.09报错libtinfo.so.5
打开Verdi存显示ibtinfo.so.5相关的报错信息 :no version information available (required by sh)直接进入目录Verdi-O-2018.09-SP2/etc/lib/libstdc++/LINUXAMD64,mv libtinfo.so.5 libtinfo.so.5.bak 即可
2025-05-21 22:24:26
344
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人