上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页
摘要: linux bash的执行顺序如下所示: 先 alias --> function --> builtin --> program 后 验证过程: 1,在bash shell中有内置命令 test ,可以通过 type test 查看如下所示: test is a shell builtin 执行  阅读全文
posted @ 2021-02-08 15:21 burlingame 阅读(701) 评论(0) 推荐(1)
摘要: 链接地址:Install Docker Engine on Ubuntu | Docker Documentation 两种方式:建议使用第一种方式 1,Install using the repository使用仓库安装 2,Install from a package使用.deb包安装 从htt 阅读全文
posted @ 2021-02-02 09:56 burlingame 阅读(82) 评论(0) 推荐(0)
摘要: 1,uvm中类继承关系如下所示 2,uvm中phase如下所示 阅读全文
posted @ 2021-01-18 14:53 burlingame 阅读(433) 评论(0) 推荐(0)
摘要: 1,ubuntu下vs code安装 从官网https://code.visualstudio.com下载vs code .deb 使用如下命令安装 sudo dpkg -i 安装包的名字 2,打开方式:在terminal中使用code打开 3,常用插件 - c/c++:函数跳转、自动补全 - Ch 阅读全文
posted @ 2021-01-14 23:37 burlingame 阅读(122) 评论(0) 推荐(0)
摘要: 抽象和具体class的连接 An alternative to using a virtual interface handle for DUT to UVM testbench connections is to use an abstract concrete class pair. The a 阅读全文
posted @ 2021-01-14 11:16 burlingame 阅读(192) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/mychangee/article/details/104954262 问题描述:[drm:vmw_host_log [vmwgfx]] ERROR Failed to send host log message截图:解决方法: 关闭目标系统; Vi 阅读全文
posted @ 2021-01-13 23:07 burlingame 阅读(3452) 评论(0) 推荐(0)
摘要: 转载:http://c.biancheng.net/view/7051.html 我们都知道一个工程文件中的源文件有很多,并且存放的位置可能不相同(工程中的文件会被放到不同的目录下),所以按照之前的方式去编写 Makefile 会有问题。我们之前列举的例子,所有的源文件基本上都是存放在与 Makef 阅读全文
posted @ 2021-01-06 23:20 burlingame 阅读(339) 评论(0) 推荐(0)
摘要: 转载:UVM基础之 uvm_object - 啊松 - 博客园 (cnblogs.com) uvm_void The uvm_void class is the base class for all UVM classes. uvm_object: The uvm_object class is t 阅读全文
posted @ 2021-01-05 16:12 burlingame 阅读(658) 评论(0) 推荐(0)
摘要: 转载:Verdi Protocol Analyzer Debug 简单使用_Holden_Liu的博客-CSDN博客_verdi 技巧 文档与源码: User Guide: UVMDebugUserGuide.pdf VCApps_Protocol_Analyzer.pdf in $VERDI_HO 阅读全文
posted @ 2021-01-05 16:08 burlingame 阅读(1233) 评论(0) 推荐(0)
摘要: 转载:Verdi Transaction Debug Mode 简单使用_Holden_Liu的博客-CSDN博客 文档与源码: User Guide: Verdi_Transaction_and_Protocol_Debug.pdf in $VERDI_HOME/doc Verdi online 阅读全文
posted @ 2021-01-05 15:57 burlingame 阅读(1134) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页