码迷,mamicode.com
首页 >  
搜索关键字:simulation    ( 195个结果
CDC spyglass
SoC中会有着几百的clock domains,millions的async data crossing。 Glitch等cdc问题是netlist level simulation的主要目的。 CDC的困难点: 1)STA不会进行asynchronous的检查,只会进行synchronous的检查 ...
分类:其他好文   时间:2016-08-30 20:58:22    阅读次数:608
Modelsim之 DO文件简介(转)
转载自:http://www.cnblogs.com/LJWJL/archive/2013/01/14/simulation.html 网上的关于DO文件的编写好像资料不多,比较杂,所以本人总结一下常用的简单语法,方便大家查看。其实本人也刚接触DO文件没多久,有纰漏很正常,欢迎指正批评,互相学习。P ...
分类:其他好文   时间:2016-08-19 23:43:19    阅读次数:163
介质分界处的反射
1 %1D FDTD simulation with a simple absorbing boundary condition 2 % and a TFSF boundary between hy[49] and ez[50]. 3 % dielectric material located ez ...
分类:其他好文   时间:2016-08-15 00:07:39    阅读次数:233
【转载】PMC/PEC Boundary Conditions and Plane Wave Simulation
原文链接 PMC/PEC Boundary Conditions and Plane Wave Simulation (FDTD) OptiFDTD now has options to use Perfect Electrical Conductor (PEC) and Perfect Magne... ...
分类:其他好文   时间:2016-08-02 01:20:20    阅读次数:1236
功能强大的PCBCadence.Specctra.Router.v10.2 1CD
Mechanical.Simulation.TruckSim.2016.1 1DVD Megatech.MegaCAD.3D.v2016.Win32_64 2CD QuarkXPress.2016.v12.0.0.Multilingual.MacOSX 1CD American Concrete P ...
分类:其他好文   时间:2016-07-28 15:17:39    阅读次数:276
An example of how to do a simulation by LAMMPS
An example of how to do a simulation by LAMMPS The polymer chain of 100 atoms was specially prepared in MATLAB. The atom's Z coordinate does not varies much, all of them are within 2 Å. The distanc...
分类:其他好文   时间:2016-07-15 21:56:08    阅读次数:909
valgrind :Error: can not open cache simulation output file `/backup/de/logs/callgrind.out.22588'
==22588== Error: can not open cache simulation output file `/backup/de/logs/callgrind.out.22588' oprofile 此工具对性能测试影响比较小,通过时钟中断的方式,分析程序的性能 此工具不需要修改源代码, ...
分类:系统相关   时间:2016-07-07 13:00:56    阅读次数:401
kcachegrind gui for callgrind
Callgrind uses runtime instrumentation via the Valgrind framework for its cache simulation and call-graph generation. This way, even shared libraries ...
分类:系统相关   时间:2016-07-04 21:55:02    阅读次数:312
modelsim do文件仿真
1.编写sim.do文件 ##### Quit the Simulation ##### quit -sim ##### Make work directory && Create the Project/Lib ##### if {[file exists work]} { file delete ...
分类:其他好文   时间:2016-06-29 19:05:27    阅读次数:270
指令选择器调查(7完)
6.      模拟 指令选择器的最后一个分类是那些通过分析及比较一条指令在目标机器上的作用,决定选择哪条指令。与输入程序给定部分具有相同作用的一条指令是兼容的,因此该部分可由这条指令来达成(参考图6.1)。我们称这些概念为模拟(simulation)。模拟与基于覆盖方法间的一个关键区别是,在输入程序不能观察到所有输出模式(即模式不是确切匹配输入图)时,后者通常不能利用具有多个输出的模式。相反,...
分类:其他好文   时间:2016-06-24 15:03:28    阅读次数:176
195条   上一页 1 ... 9 10 11 12 13 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!