搜索资源列表
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
MTK6225PCB
- MT6225手机6层PCB,PADS打开。对MTK手机方案设计的人员非常有用。-MT6225 Mobile 6-layer PCB, PADS to open. MTK mobile phone design for the staff very helpful.
vhdl
- vhdl cpu芯片逻辑设计的一部分实现 只有一小部分 大家可以看一下 寄存器 加法器之类的-vhdl cpu chip logic design part of its implementation only a little part everry look and see b=about registers adder and so on
ARM-system-on-chip-Architecture
- The design of a general-purpose processor, in common with most engineering endeavours, requires the careful consideration of many trade-offs and compromises. In this chapter we will look at the basic principles of processor instruction set and
Co-verification-of-Hardware-and-Software-for-ARM-
- Co-verification of Hardware and Software for ARM SoC Design This book is the first to document and teach important information about the verification technique known as hardware/software co-verification. Traditional embedded system design ha