-
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
-
Swing界面风格的星际争霸Java源代码
Swing界面风格的星际争霸Java源代码,前几年写的,面向Java环境,主程序分为服务端和客户端,代码量比较大,不过看上去很完整,想学习Java游戏开发的朋友,这个游戏源码可给你提供不少游戏编写方面的帮助。
- 2023-01-29 01:10:03下载
- 积分:1
-
基于AWR微波仿真软件的设计仿真微带线分支线定向耦合器实验报告...
基于AWR微波仿真软件的设计仿真微带线分支线定向耦合器实验报告-AWR Microwave simulation based on the design of simulation software microstrip line branch line directional coupler experimental report
- 2022-10-05 05:40:03下载
- 积分:1
-
Corm-oneself
NET Core+EF Core实例,自己使用了,很好,没有问题(NET Core+ EF Core instance, oneself use, is very good, no problem)
- 2017-03-15 16:03:11下载
- 积分:1
-
9
说明: m-ary system ber matlab code
- 2017-06-08 00:19:27下载
- 积分:1
-
themselves prepared a summary of the diary, the interface is not very pretty
自己编写的一个简易的日记本,界面不是很漂亮-themselves prepared a summary of the diary, the interface is not very pretty
- 2022-02-05 00:45:42下载
- 积分:1
-
这是个用Java语言编写的游戏小程序。故事的起因是:冷战虽然结束了,但又出现了来自太空的新敌人UFO,它们可以干扰自动导航的导弹系统,所以你得亲自标准目标,射击...
这是个用Java语言编写的游戏小程序。故事的起因是:冷战虽然结束了,但又出现了来自太空的新敌人UFO,它们可以干扰自动导航的导弹系统,所以你得亲自标准目标,射击。不能让它们登陆,否则你就输了!希望你从中可以学会如何用Java来编写此类游戏。-This the Java programming language of the game small programs. The causes of the story : Although the Cold War is over, but from a new enemy space UFO, they can interfere with the automatic navigation systems, so you have to personally standard target shooting. They can not allow the landing, otherwise you lose! I hope you can learn from how to use Java to prepare such games.
- 2022-06-03 13:35:07下载
- 积分:1
-
Prim算法完整实现代码
用Prim算法求无向图的最小生成树
Prim算法完整实现代码
用Prim算法求无向图的最小生成树
-Prim algorithm to achieve a complete code with Prim algorithm try to map the minimum spanning tree
- 2023-03-18 20:15:04下载
- 积分:1
-
The common multiple calculation algorithm design, from the 1
算法设计的公倍数计算,从1-n个整数的通用算法。-The common multiple calculation algorithm design, from the 1-n integers a common algorithm.
- 2023-01-21 10:50:04下载
- 积分:1
-
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或...
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总-the procedure is a personal appraisal software from the system clock time access to information, daily records of individuals under the daily working hours, monthly statistical summary, by creating a document. The past can check the records, but also can print out monthly record. Or, summary
- 2022-01-31 12:11:54下载
- 积分:1