摘要: #!/usr/bin/perlprint "TESTLIST File Name: @ARGV\n";my $testlist = $ARGV[0]; open(RD_FILE, "$testlist");@all_cases = <RD_FILE>; ##TODO add your command 阅读全文
posted @ 2018-06-20 17:58 freeic 阅读(203) 评论(0) 推荐(0) 编辑
摘要: LD_LIBRARY_PATH = ${NOVAS_HOME}/share/PLI/VCS/LINUX test = basic_test program_path = ./envPROGRAM_TOP = $(program_path)/test.svpackage_path = ./packag 阅读全文
posted @ 2018-06-20 17:50 freeic 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: Reprint from : http://blog.csdn.net/qq_23113053/article/details/61203557 Notes: 如果没有权限usr/local/bin,可以修改Makefile 里面的安装路径在自己home目录下... Steps: 1. 首先去官网  阅读全文
posted @ 2017-07-13 09:16 freeic 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 配置SVTAG 步骤.... Step1.编辑 ~/.ctags, 添加以下代码:--exclude=.SOS--exclude=.git--exclude=nobackup--exclude=nobkp--exclude=results--exclude=*.log --langdef=Syste 阅读全文
posted @ 2017-07-10 09:10 freeic 阅读(623) 评论(2) 推荐(1) 编辑
摘要: ctags不能很好的支持verilog,在网上找到了一个脚本,当前使用无问题; 参考源:http://www.probo.com/vtags.php vtag script: ftp://ftp.probo.com/pub/vtags/vtags.pl 阅读全文
posted @ 2017-07-07 09:22 freeic 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 转自: http://liuzhijun.iteye.com/blog/1831548 缩进在程序开发的时候是实用的一个功能,尤其Python这种靠缩进来组织代码段的语言来说更重要了。今天特意google了下vim缩进,结果很失望,有的只有配置没有说明,有说明的也没说清楚,特此自己总结一下。 nor 阅读全文
posted @ 2017-06-26 19:43 freeic 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Below is a source for that how to use ctags for systemverilog. https://verificationacademy.com/forums/systemverilog/ctags-systemverilog 阅读全文
posted @ 2016-12-11 21:22 freeic 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 学习UVM有一段时间了,这里记录下几本还不错的书以及参考资料。 UVM relevant books: 1) UVM实战 by 张强 https://read.douban.com/ebook/15305188/ 我入门的一本书,要耐着性子多看几次,才会体会到其对源码的理解的通透。我看了不少于5次。 阅读全文
posted @ 2016-12-11 17:31 freeic 阅读(3184) 评论(0) 推荐(0) 编辑