-
EEPROM接口的FPGA实现
EEPROM接口的FPGA实现
工程说明
AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。
案例补充说明
本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路:
1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,start命令无效。
2. 当start有效时,如果mode=0表示进行EWEN操作;mode=1表示进行WRITE操作;mode=2表示进行READ操作。
3. 当start有效时,addr和wdata有效。
4. 当进行EWEN操作时,将addr写入at93c46。
5. 当进行WRITE操作时,将addr和wdata写入at93c46。
6. 当进行READ操作时,将addr写入at93c46,并从at93c46读到数据,通过rdata和rdata_vld返回给上游模块。(FPGA implementation of EEPROM interface
Engineering description)
- 2017-08-01 16:44:23下载
- 积分:1
-
plcbook5_1
说明: 这个文档讲述了PLC开发过程的详细情况,是一本国外很经典的参考书籍,对于PLC开发者来说,很不错(This document describes the details of the development process PLC, is a classic reference books abroad, for PLC developers, very good)
- 2011-03-21 14:03:41下载
- 积分:1
-
minge
朱仙2网关源码+登录器源码支持完美游戏 一键生成登陆起(The gateway+ ZHUXIANZHANG registrar source)
- 2020-10-28 14:49:58下载
- 积分:1
-
Kmeans聚类
说明: K-Means聚类算法 语言matlab(matlab k-means algorithm)
- 2020-05-22 10:01:28下载
- 积分:1
-
PractiCalc
Program PractiCalc with some instructions for Windows 7
- 2019-06-20 00:26:23下载
- 积分:1
-
桥梁约束条件
说明: 桥梁约束条件,ansys apdl源程序。通过ansys apdl语言建立了桥梁约束的有限元模型。(Bridge constraints, ANSYS APDL source program. Finite element model of bridge constraints is established by ANSYS APDL language)
- 2019-05-04 12:52:50下载
- 积分:1
-
polarMUSIC.rar
极化敏感阵列的MUSIC算法,包含四元数和长矢量(The MUSIC algorithm of polarization sensitive array contains four elements and long vectors.)
- 2020-12-17 11:19:11下载
- 积分:1
-
phase_exchange
phase exchange in an digital image
- 2020-06-20 16:40:02下载
- 积分:1
-
四轴飞控代码(源码下载2) (1)
四轴无人机的飞控源代码含有中文注释以及可以写入单片机的hex文件(Flight control source code for four-axis drone)
- 2021-04-28 13:48:43下载
- 积分:1
-
Impulse-response-analysis
使用ANSYS求解系统在脉冲激励下的动态响应,利用APDL语言以命令流的方式实现。(system dynamic response in the pulse excitation is solved in the case of ANSYS runs the APDL language.)
- 2014-08-19 14:44:53下载
- 积分:1