;
;

最新博文

0
推荐
5840
阅读

FSM的几种“口味”

FSM是什么?FSM就是Finite(有限)State(状态)机(Machine)的缩写。(之所以中英文混写,是为了强调学懂FSM的原理是根本,刻意去采用“几段式”的写法并不重要)FSM的“口味”,说的是FSM的种类和编辑方式,以及由此带来的不
0
推荐
20058
阅读

学习SystemVerilog(二)——学习它的理由

学习SystemVerilog的理由也很多,我在阅读SystemVerilogforDesign和SystemVerilogforVerification两本书前言的过程中,总结出了SystemVerilog在以下几个方面对Verilog的增强:更清晰、准确、简洁的硬件描述能力——Design。在上一篇关于学
0
推荐
34064
阅读

学习SystemVerilog(一)——不学习它的理由

想要学习SystemVerilog已经很久了。曾经尝试通过Accellera网站上给出的LRM学习,怎奈内容众多,找不出入手点和重点,只能望而却步。虽然手头有三本SystemVerilog方面的书:《SVA应用指南》,《SystemVerilog验证方法学》和《高级验证方法学》,但是难成系统。第一本只给
0
推荐
40758
阅读

学习Tcl(五)——纠正自己一个错误的概念

在《学习Tcl(续三)》中我给出了一个在String和Binary类型之间转换的程序。编写这一程序的目的是为了区分Tcl中使用这两种数据类型时的差异,并且通过编写程序的方式提供一个实际的应用方法。但是这个程序是错误的,程序中提到的String和Binary类型刚
0
推荐
24605
阅读

Digilog:数字工程师心中的模拟概念

今天在EETimes上读到一篇CustomIntegratedCircuitConference(CICC)的报道,其中的一个观点很令我警醒:Oneoftheobservationsmadeduringthequestionandanswerperiodwasthat,unfortunately,theunintendedconsequenceoftheintroductionofHardwareDescriptionLanguages(HDL)
0
推荐
5852
阅读

FPGA技术实践文章汇总

0
推荐
3570
阅读

TSMC参与2010中国国际汽车半导体产业峰会

0
推荐
4121
阅读

嵌入式系统原理文章汇总

MonApr12201017:34:34GMT+0800(ChinaStandardTime)Asystem-orientedapproachtoboard-levelpowermanagementMonApr12201017:31:56GMT+0800(ChinaStandardTime)PRODUCTHOW-TO:Howself-timingvoltagedetectioncanimproveLCDTVpowersupplyefficiencyFriMar26201010:21:49GMT+
0
推荐
3844
阅读

行业趋势文章汇总

ThuMar11201013:19:10GMT+0800(ChinaStandardTime)Viewpoint:YourfutureisprogrammableSunFeb07201018:22:39GMT-0800(PacificStandardTime)分析师:丢了晶圆厂就丢了成功的支柱TueJan19201021:52:01GMT-0800(PacificStandardTime)EDAfrom"softbusinesstocompetitiv
0
推荐
6164
阅读

学习Tcl(四)——UDP收发包

这些天在编一个windows操作系统下接收和发送UDP包的程序,由于我C语言编程基础差,时间又紧,所以选择了Tcl作为编程语言。在手头一本Tcl编程的书中查找了一下,只有TCP套接字编程的指导,没有UDP的相关内容。眼前没有,只好到TclDe
0
推荐
4136
阅读

国内外专利新闻汇总

MonApr12201017:36:49GMT+0800(ChinaStandardTime)Thepatentprocesscanbepainful,butisnecessaryPatentsprovideyouwiththeprotectionyouneed,buthopefullynotataprohibitiveprice.SunDec27200922:12:57GMT-0800(PacificStandardTime)Sevenhardlessonsonwritingagrantpro
0
推荐
5814
阅读

学习Tcl(三)——字符串数值转换

进行string和对应数值之间转换的小程序setnumeric_type[lindex$argv0]puts"\noriginalnumbrinhex:$numeric_type"setstring_type[binaryformat"H2"$numeric_type]puts"transformedtostring:$string_type"binaryscan$string_type"H*&q
0
推荐
3394
阅读

To all my teachers, with love

Toallmyteachers,withlove,whotaughtmerightfromwrongandweakfromstrong.一、每当我试图理解硬盘的CHS寻址模式与LBA寻址模式的换算关系时,都会想起高中的数学老师。她是那样充满耐心和爱心地向我们讲述“柱面坐标系”的概念和原理。那时的我顽皮甚或有
0
推荐
4087
阅读

Intel devising new interconnect scheme

http://www.edadesignline.com/201803629取代“前端总线”,媲美AMDsHyperTransport。CSIwillbeusedastheinternalfabricforalmostallfutureIntelsystemsstartingwithTukwila,anItaniumprocessorandNehalem,anenhancedderivativeoftheCoremicroarchitecture,sl
0
推荐
5393
阅读

验证和建模方法文章汇总

AldecEventsAldecDesignandVerificationNewsletterMonApr12201017:23:11GMT+0800(ChinaStandardTime)ThebasicsofsettinguphardwareverificationtestbenchesusingOVMconfigurationclassesMonApr12201017:22:22GMT+0800(ChinaStandardTime)PRODUCTHOW-TO:Statemachinedesi
;
;