Smart+FIFO
Smart+FIFO技术资料下载专区,收录540份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
540
源代码
7,572
Smart+FIFO 热门资料
查看全部 540 份 →异步FIFO模块: module asynfifo(rst,iclk,oclk,din,wren,rden,dout,full,empty) 异步FIFO的tenchbench: module
异步FIFO模块: module asynfifo(rst,iclk,oclk,din,wren,rden,dout,full,empty) 异步FIFO的tenchbench: module tb_asynfifo
2013-12-12
126
SMART PHONE 2005中关于ACTIVE_SYNC的使用例子源码
SMART PHONE 2005中关于ACTIVE_SYNC的使用例子源码,可以使用此代码,用PC机连接SMART PHONE设备,完成下载更新等功能,需用VS2005BETA2进行编译。
2015-04-01
74
Smart Card Applications Design Models for Using and Programming, SIM card, Payment System,EMV2000,..
Smart Card Applications Design Models for Using and Programming, SIM card, Payment System,EMV2000,...
2017-04-30
88
Feedback Controllers for Smart Structures. is the book in the field of control system.
Feedback Controllers for Smart Structures. is the book in the field of control system.
2017-09-12
148
使用Verilog编写的同步FIFO
使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据,\r\nFIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
2013-08-12
131