搜索资源列表
FSM_writing
- VHDL/Verilog FSM的优化写法-VHDL/Verilog FSM optimization formulation
uart_Transmitter
- 自己写的一个uart驱动代码,是一个工程文件,适合初学者,里面的状态机的写法十分值得学习-To write a uart driver code, is a project file, suitable for beginners, which the wording of the state machine is worth learning
FSM
- 文章介绍的状态机的优化写法,并给出经典实例。使读者更清楚的明了FPGA中状态机的优点,以便工程中的使用。-This paper introduces the optimization of state machines written, and gives the classic example. So that readers understand more clearly the advantages of FPGA in the
chuankou
- 串口时序,程序里面的注释内容为同等功能的状态机的写法-Serial port timing, the program content of the comments inside the functional equivalent of a state machine is written
mi
- I2C的状态机写法,改了好多次了,辛苦啊~~VHDL的-I2C state machine wording, changed many times
three_machine_study
- verilog 三段式状态机的写法,很好的Pdf-verilog three-state machine is written, a good Pdf
C-programme-for-fsm
- 介绍了4种C的有限状态机写法,但愿能帮到你-introduce 4 kinds of fsm style in C language
two-of-the-state-machine-written
- 文档中主要介绍状态机的两种写法--竖着写(在状态中判断事件)和横着写(在事件中判断状态)。-The document introduces two of the state machine written- bristling write (write (in the incident to determine the state judge in the state in the event) and sideways).
11
- FPGA中的状态机写法,希望大家一起学习-The wording of the state machine in the FPGA, hope we will study together
key_scan
- 按键的状态机的写法,让标志位瞬间变得简单!-key in staus ,no flag any more
FSM
- 用verilog语言编写的状态机,包括状态机的各种标准写法,包括了modelsim的整个工程。-This code is used to describe the FSM. And it includes all modes of it.
fsm
- 三段式状态机的典型写法,verilog实现-The three section type of typical state machine method, Verilog implementation
fifo
- 异步FIFO的实现,很经典的三段式状态机的写法。-The realization of the asynchronous FIFO, very classic three-step writing state machine.
statemachine
- 这是三个状态机写法的举例,分别包含一段式状态机,二段式状态机和三段式状态机的写法-These are three examples of the wording of the state machine, contain some type state machine, state machine and the wording of the two-stage three-state machine
mealy_state_machine_v
- mealy状态机示例代码,可以在此代码上学期规范的状态机写法-mealy state machine sample code, this code can be on a state machine specification semester wording
moore_state_machine_v
- moor状态机的示例代码,再次基础上可以学习标准的状态机写法-moor state machine sample code, we can once again learning standards based on the wording of the state machine
prj_ex_3
- 状态机基本工程写法仿真和方法,经过具体的仿真和优化,发现代码完全可用(State machine basic engineering writing simulation and method, after specific simulation and optimization, find out the code is completely available)
eeprom_test
- eeprom读写,经典的iic接口,学习状态机的写法(read and write eeprom with iic interface)