
日志列表
-
clwyl (北京) Avalon接口类型浅析——Avalon-MM接口与Avalon-ST接口辨析
发表于 2008-08-28
1. Avalon-MM接口:2006.11之前只有这一种接口,许多关于Nios的书里描述的都是这种接口。最早的一本SOPC书籍《挑战SOC》中Avalon总线一段,就是按照2003.7的《Avalon Bus Specification》翻译的。那时的Avalon还被称作总线。此后的相应文档被称作《Avalon InteRFace Specification》。2006... ...全文
-
clwyl (北京) verilog状态机的推荐写法--两段式 & 三段式
发表于 2008-08-28
两段式状态机描述方法(推荐写法) ...全文
-
windzjy (上海) 上次混合仿真出现的一些小的问题
发表于 2008-08-28
1,在使用perl程序的过程中,本来想沿用以前的perl程序,结果使得在修改cdl的过程中,将一些接地的信号也给修改 掉了,导致cdl不正确了,具体问题具体分析,最后是在.sp文件中定义gnd!,vdd!变量,这样perl程序就不用修改个了。2, 对模拟电路的工作情况不是很清楚,导致对控制信号bpfpd和rsbfpd理解不深,这就... ...全文
-
windtail (黑龙江) Mentor Graphics的工具
发表于 2008-08-27 评论: 1
看了有关Altera和Mentor Graphics合作DO-245的事,才知道Mentor Graphics的的更高级的工具——HDL Designer, Pricision Synthesis, QuestaSim,听起来挺好的,准备试试,以前就知道ModelSim了。 校园网里居然有这三个工具!哈哈 ...全文
-
sublucky (湖南) 转 几种V/I转换和恒流源电路图的比较
发表于 2008-08-26
转 几种V/I转换和恒流源电路图的比较 2007-05-09 18:42 这几种电路都可以在负载电阻RL上获得恒流输出第一种由于RL浮地,一般很少用第二种RL是虚地,也不大使用第三种虽然RL浮地,但是RL一端接正电源端,比较常用第四种是正反馈平衡式,是由于负载RL接地而受到人们的喜爱第五种和第四种原理相同,只是扩大了电流的输... ...全文
-
evador_afren (陕西) 关于Altium Designer Summer 8网络冲突
发表于 2008-08-23
今天终于从edafans论坛找到了解决Altium Designer Summer 8网络授权冲突的问题。 ...全文
-
pheobe (广东) How Verilog PLI works(图)
发表于 2008-08-23 评论: 1
Write the functions in C/C++ code. Compile them to generate shared libs (*.DLL in Windows and *.so in UNIX). Simulator like VCS allows static linking. Use these Functions in Verilog code (Mostly Verilog Testbench). Based on simulator, pass the C/C++ function details to simulator during comp... ...全文
-
pheobe (广东) Verilog PLI introduction
发表于 2008-08-23
Verilog PLI (Programming Language Interface) is a mechanism to invoke C or C++ functions from Verilog code. The function invoked in Verilog code is called a system call. An example of a built-in system call is $display, $stop, $random. PLI allows the user to... ...全文
-
yuwenhuan (上海) linux command
发表于 2008-08-23
pushd, popd, history ...全文
-
pheobe (广东) Types of Commands
发表于 2008-08-22
When a command is executed, it is an alias, a function, a built-in command, or an executable program on disk. Aliases are abbreviations (nicknames) for existing commands and apply to the C, TC, Bash, and Korn shells. Functions apply to the Bourne (introduced with AT&T System V, Release 2.0), ... ...全文
-
pheobe (广东) linux System Startup and the Login Shell
发表于 2008-08-22
When you start up your system, the first process is called init. Each process has a process identification number associated with it, called the PID. Because init is the first process, its PID is 1. The init process initializes the system and then starts another process to open terminal lines, an... ...全文
-
vfdff (陕西) ISE 9.1 使用说明
发表于 2008-08-22
edit --> language Templates :有完整的hdl语言帮助手册,地位类似VC++ 中MSDNproject --> take snapshot :产生工程快照,即当前目录和远程资源的一个只读记录,用于版本控制source --> set as top module :将选中文件设置为顶层文件help -->本地快速入门ISE说明文档运用Core Generator的仿真模型来完成的,... ...全文
-
allenogz 最近看的2本书
发表于 2008-08-22
Writing testbenches: 经典5-days verification plan : pratical ...全文
-
pheobe (广东) shell的执行过程分解
发表于 2008-08-22
The order of processing the command line is as follows: History substitution (if set). Command line is broken up into tokens (words). History is updated. Quotes are processed. Alias substitution and functions are defined (if applicable). Redirection, background, and pipes ar... ...全文
-
mfkitxihc (浙江) DDS 正弦mif
发表于 2008-08-22
0x000,0x003,0x006,0x009,0x00D,0x010,0x013,0x016,0x019,0x01C,0x01F,0x022,0x025,0x029,0x02C,0x02F,0x032,0x035,0x038,0x03B,0x03E,0x041,0x044,0x047,0x04A,0x04D,0x050,0x053,0x056,0x059,0x05C,0x05F,0x062,0x064,0x067,0x06A,0x06D,0x070,0x073,0x075,0x078,0x07B,0x07E,0x080,0x083,0x086,0x088,0x08B,0x08E,0x0... ...全文
-
windzjy (上海) DC的一条命令
发表于 2008-08-22
还没有用DC做过大的设计,很多东西还不是很懂,今天碰巧别人问我问题,不会,汗颜啊,一条命令,将.ib转换为.db文件: write_lib xxx -output xxx.db ...全文
-
lianhuo (上海) assertion and sv time slot region(图)
发表于 2008-08-22
-
pheobe (广东) 转一篇写的不错的verilogHDL基础
发表于 2008-08-22
一 基本要素 (1)Verilog HDL与VHDL 1.它于1995年成为IEEE标准,即standard 1364-1995。VHDL于1987年成为IEEE标准。 2.类C语言,不允许自定义数据类型(VHDL可以)。 3.可描述开关级电路模型,但信号初值不确定,必须由程序初始化;VHDL系统数据定义后没有赋值则默认为0,对系统级支持能力要强一些。 (2)IC设计流程... ...全文
-
x512775199 (四川) LM324四运放的应用
发表于 2008-08-21
LM324是四运放集成电路,它采用14脚双列直插塑料封装,外形如图所示。它的内部包含四组形式完全相同的运算放大器,除电源共用外,四组运放相互独 立。每一组运算放大器可用图1所示的符号来表示,它有5个引出脚,其中“+”、“-”为两个信号输入端,“V+”、“V-”为正、负电源端,“Vo”为输 出端。两个信号输入端中,... ...全文
-
fineshang (北京) 假期归来,进入状态
发表于 2008-08-21
经过十几天的假期,终于回来了。由于奥运会的召开,家里基本上天天就是看电视,心情随着自己喜爱的运动员一起运动。 回来之后理顺一下心情,马上又要开始工作了。 今天偶然看到一... ...全文

