EE直播间
更多
文章
首页 我的博文
用户1049668 2009-7-31 14:22
Time Borrowing in Latch-based Designs (copied)
Copied from "design compiler technology background" You can leverage Design Compiler’s unique technique, time borrowing, to optimize near-critical ...
用户1049668 2009-7-13 18:24
synchronize folders
用户1049668 2009-7-8 17:11
用vim比较文件(Using vim to compare files)
1. 使用vim的比较模式打开两个文件:    vim -d file1 file2 或    vimdiff file1 file2 2. 如果已经打开了文件file1,再打开另一个文件file2进行比较:   ...
用户1049668 2009-6-29 14:21
vim中转换tab为空格 vim: Convert [tab] to [space]
在vim中,有时需要将tab转换成space。使用ret命令(replace tab)。 ret ! 举例:将第一行到文件尾的tab转换成space,每个tab用4个space替代。 :set expand ...
用户1049668 2009-6-22 15:39
bc: convert base for numbers in linux
How to use bc to convert base of numbers in linux? Example 1, convert decimal number, 64, to hexadecimal number.  $echo "ibase=10; obase=16; 64" | ...
用户1049668 2009-6-22 13:20
Reading and writing files from Verilog models
reference: http://larc.ee.nthu.edu.tw/~lmdenq/doc/fileio.htm Introduction This describes how you can read and write files in a Verilog model usi ...
用户1049668 2009-6-4 15:14
Gray码与自然BCD码之间的相互转换
   Gray码计数增加时每次只有1bit变化,可以减少信号之间干扰,减少glitch的产生,在数字电路中应用广泛,尤其是异步接口电路。自然BCD码计数的每一位都有自 ...
用户1049668 2009-5-13 12:08
reset的处理
对于reset的处理: 1. 设计: 1.1 对于从芯片pad进来的reset信号,与clock相位无关,所以一定是异步的。在设计时要现将pad引进来的reset同步化,然后更给内部fli ...
用户1049668 2009-3-27 17:44
异步复位还是同步复位?
    对于这个问题,网上有很多讨论。在这里总结一下,提醒自己。 异步复位: always @(posedge clk or posedge reset) begin     if(reset)     ...
用户1049668 2009-3-16 19:25
使用VNC远程访问Linux工作站
  新购买了一台AMD四核CPU的PC,准备做仿真工作站。由于多个同事同时使用,配置VNC服务器让大家都可以图形登陆该机器。 准备工作:   1. 安装RedHat AS4 U4 ...
用户1049668 2009-3-13 18:23
About set_clock_uncertainty
Comes from: http://www.edacn.net/bbs Synthesis: set_clock_uncertainty -setup = jitter+skew(+margin) set_clock_uncertainty -hold   = skew(+margin) ...
用户1049668 2008-12-28 22:29
使用svn图形客户端Rapidsvn和Meld进行文件比较
1. 安装RapidSvn   #yum install rapidsvn 如果没有wxWidgets和subversion,这两个软件包也会被安装。   RapidSvn的界面如下:     2. 使用Meld进行 ...
用户1049668 2008-12-13 18:15
awk guide
awk详解 作者:cicc 2005-02-03 15:53:59 来自:Linux先生 awk 是一种程序语言,对文档资料的处理具有很强的功能。 awk 名称 ...
用户1049668 2008-12-8 18:27
My first compiler - using flex
Question: I write a address generater, which use micro code to generate address. For generating the micro codes easily, I create a some symbols and sy ...
用户1049668 2008-11-3 17:11
Setup Linux Workstation
1. Hardware:     * MotherBoard: GigaByte GA-MA770-DS3         o NorthBridge: AMD770         o SouthBridge: AMD SB600        ...
关闭 站长推荐上一条 /3 下一条