2020年5月13日

Verdi 不加载filelist,load design方法

摘要: 仿真后调试流程 要自动加载Unified Compile编译的KDB,请使用以下命令 Verdi命令行选项: -simflow 使Verdi及其实用程序能够使用来自synopsys_sim.setup的库映射并从KDB库路径导入设计。 -simBin 指定simv可执行文件的路径。 这确保了VCS和 阅读全文

posted @ 2020-05-13 13:22 jyaray 阅读(1045) 评论(0) 推荐(0) 编辑

2019年9月3日

Power-Aware GateSim Debug

摘要: For PAG debug, the following steps may be useful. 1. Get correct netlists from PD which contain power pins. 2. Fix ale file (src/meta/assembly/usb_t.a 阅读全文

posted @ 2019-09-03 14:32 jyaray 阅读(335) 评论(0) 推荐(0) 编辑

2018年7月17日

simulation vs emulation

摘要: Hardware emulation, the use of special purpose hardware to emulate the behavior of a yet-to-be-built system, with greater speed than pure software emu 阅读全文

posted @ 2018-07-17 14:51 jyaray 阅读(237) 评论(0) 推荐(1) 编辑

2017年7月6日

关于SMI、MSI、SCI、INTx各种中断小结【转】

摘要: 转载自http://blog.csdn.net/huangkangying/article/details/11178425 目录(?)[-] MSI VS INTxPin-based interrupt 对MSI的误解 MSI Capability结构 相对于PIN-basedout-ofband 阅读全文

posted @ 2017-07-06 17:04 jyaray 阅读(2499) 评论(0) 推荐(0) 编辑

2017年1月20日

zgrep用法

摘要: http://manpages.ubuntu.com/manpages/trusty/man1/zgrep.1.html NAME SYNOPSIS DESCRIPTION OPTIONS 阅读全文

posted @ 2017-01-20 16:19 jyaray 阅读(2538) 评论(0) 推荐(0) 编辑

2016年11月18日

sometimes we should use "disable fork" instead of "disable block_name"

摘要: A disable named block statement stops the execution of all blocks with that same name in all threads, which probably causes unexpected behavior. Speci 阅读全文

posted @ 2016-11-18 14:00 jyaray 阅读(346) 评论(0) 推荐(0) 编辑

2016年10月12日

How to view assertions in the Verdi waveform viewer

摘要: In the Cadence Simvision waveform viewer, I can see every assertions listed as a hierarchical signal, and also can browse assertions and view their co 阅读全文

posted @ 2016-10-12 17:08 jyaray 阅读(2252) 评论(0) 推荐(0) 编辑

2016年3月18日

FIFO设计中的深度计算【zz】

摘要: FIFO设计中的深度计算: 写时钟频率 w_clk, 读时钟频率 r_clk, 写时钟周期里,每B个时钟周期会有A个数据写入FIFO; 读时钟周期里,每Y个时钟周期会有X个数据读出FIFO; 则,FIFO的最小深度是? 计算公式如下: fifo_depth = burst_length - burs 阅读全文

posted @ 2016-03-18 16:38 jyaray 阅读(817) 评论(0) 推荐(1) 编辑

2016年3月4日

脚本总结

该文被密码保护。 阅读全文

posted @ 2016-03-04 18:19 jyaray 阅读(9) 评论(0) 推荐(0) 编辑

2016年1月22日

写写我的硕士三年【zz】

摘要: 昨天我们组的10bit-40M ADC测出来了,自己终于能松口气,可以无牵无挂的毕业了。晚上老板bg全组毕业生,喝了很多,我对老板说:"这3年在组里,我是把它当作事业来做的!"是的,虽然这3年里,挫折可能多于成功,欢乐永远与痛苦交织,但不论是技术还是处事,甚至在酒量上,都是我经受磨练、提高最多的3年... 阅读全文

posted @ 2016-01-22 16:34 jyaray 阅读(1571) 评论(1) 推荐(2) 编辑

导航