异步复位状态机 -- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn
资源简介:异步复位状态机 -- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn
上传时间: 2013-12-06
上传用户:xjz632
资源简介:-- Moore State Machine with explicit state encoding -- dowload from: www.fpga.com.cn & www.pld.com.cn
上传时间: 2015-07-02
上传用户:chenbhdt
资源简介:VHDL源代码,使用VHDL语言编写,异步复位状态机
上传时间: 2013-12-06
上传用户:偷心的海盗
资源简介:State.Machine.Coding.Styles.for.Synthesis(状态机,英文,VHDL)
上传时间: 2013-12-22
上传用户:vodssv
资源简介:用状态机实现密码锁State Machine used to achieve code lock
上传时间: 2017-06-21
上传用户:a673761058
资源简介: 本文论述了状态机的verilog编码风格,以及不同编码风格的优缺点,Steve Golson's 1994 paper, "State Machine Design Techniques for Verilog and VHDL" [1], is agreat paper on state Machine design using Verilog, VHDL and Synopsys tools. Steve's ...
上传时间: 2013-10-15
上传用户:dancnc
资源简介: FSM 分两大类:米里型和摩尔型。 组成要素有输入(包括复位),状态(包括当前状态的操作),状态转移条件,状态的输出条件。 设计FSM 的方法和技巧多种多样,但是总结起来有两大类:第一种,将状态转移和状态的操作和判断等写到一个模块(process、bl...
上传时间: 2013-10-23
上传用户:yupw24
资源简介: 本文论述了状态机的verilog编码风格,以及不同编码风格的优缺点,Steve Golson's 1994 paper, "State Machine Design Techniques for Verilog and VHDL" [1], is agreat paper on state Machine design using Verilog, VHDL and Synopsys tools. Steve's ...
上传时间: 2013-10-12
上传用户:sardinescn
资源简介: FSM 分两大类:米里型和摩尔型。 组成要素有输入(包括复位),状态(包括当前状态的操作),状态转移条件,状态的输出条件。 设计FSM 的方法和技巧多种多样,但是总结起来有两大类:第一种,将状态转移和状态的操作和判断等写到一个模块(process、bl...
上传时间: 2015-01-02
上传用户:aa17807091
资源简介:state Machine working with rtos
上传时间: 2013-12-13
上传用户:woshiayin
资源简介:Verilog and VHDL状态机设计,英文pdf格式 State Machine design techniques for Verilog and VHDL Abstract : Designing a synchronous finite state Another way of organizing a state Machine (FSM) is a common task for a digital logic only one l...
上传时间: 2013-12-19
上传用户:change0329
资源简介:4位乘法器,4位除法器 8位数据锁存器,8位相等比较器,带同步复位的状态 机,元件例化与层次设计,最高优先级编码器
上传时间: 2014-12-07
上传用户:pompey
资源简介:带同步复位的状态机,使用VHDL代码编写
上传时间: 2014-01-06
上传用户:eclipse
资源简介:将原始的同步状态机分解为若干个能够相互通信的子状态机,提高子状态机的自循环率,进而通过异步控制子状态机,达到降低功耗的目的. 将
上传时间: 2014-08-20
上传用户:wkchong
资源简介:带同步复位的状态机,适合VHDL初学者练习。
上传时间: 2016-08-12
上传用户:我干你啊
资源简介:xilinx3s400开发板厂家光盘带源码。state状态机、reg
上传时间: 2017-01-19
上传用户:lwwhust
资源简介:Asynchronous Machine with pwm
上传时间: 2014-12-06
上传用户:wangyi39
资源简介:Asynchronous Machine with ondulleur
上传时间: 2014-01-12
上传用户:685
资源简介:RC5 decryption algorithm implementation, using vhdl, with state Machine implementation, use ieee papers for more detailed description.
上传时间: 2014-01-06
上传用户:bruce5996
资源简介: One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state Machines in the sourcecode, and implement them with either sequential, gray, o...
上传时间: 2013-10-23
上传用户:司令部正军级
资源简介: One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state Machines in the sourcecode, and implement them with either sequential, gray, o...
上传时间: 2013-10-20
上传用户:苍山观海
资源简介:rc5的encryption,带state Machine,一共四种状态st_idle,st_ready,st_round_op,st_pre_round
上传时间: 2014-12-20
上传用户:wab1981
资源简介:状态机在spartan3e开发板上的应用及源代码
上传时间: 2013-05-26
上传用户:nunnzhy
资源简介:采用状态机和消息机制的串口接收程序
上传时间: 2013-04-24
上传用户:huangping588
资源简介:介绍了3DES加密算法的原理并详尽描述了该算法的FPGA设计实现。采用了状态机和流水线技术,使得在面积和速度上达到最佳优化;添加了输入和输出接口的设计以增强该算法应用的灵活性。各模块均用硬件描述语言实现,最终下载到FPGA芯片Stratix EP1S25F780C5中。
上传时间: 2013-08-20
上传用户:HGH77P99
资源简介:有限状态机的设计\\r\\n包括仿真文件以及sof文件
上传时间: 2013-08-20
上传用户:18752787361
资源简介:有关FPGA中状态机开发的文章,内容很经典的,有开发例程。对硬件设计工程师比较有用
上传时间: 2013-09-03
上传用户:steveng
资源简介:同步复位和异步复位,FPGA设计
上传时间: 2013-09-05
上传用户:swaylong
资源简介:带有异步复位端的D触发器#2
上传时间: 2014-12-23
上传用户:caiqinlin
资源简介:键盘输入接口与状态机编程
上传时间: 2013-10-21
上传用户:520