搜索资源列表
Init_SDRAM
- AT91RM9200 SDRAM初始化脚本文件,ADS1.2使用,SDRAM为三星K4S641632E,使用脚本后可以将代码直接通过JTAG下载到SDRAM中,在SDRAM中进行仿真调试,启动文件不要进行修改直接可以使用,同时打开CP15的指令缓存和数据缓存-AT91RM9200 SDRAM initialization scr ipt file, ADS1.2 use, Samsung K4S641632E of SDRAM, After using a scr ipt code can be
ab
- 系统要求安全可靠(系统具备数据缓存转发,缓存门禁记录数不低于5000条,终端死机自启和数据备份能力),运行稳定(系统可用率要求在95%以上,服务器、网络以及外供电源等问题除外)DDS设备经过严格的长时间不间断工作测试,保证设备达到44000小时的连续无故障工作时间,可 保存多达50,000条事件记录。且DDS已有相当多系统正常连续工作超过了6年。 DDS是国际性品牌,系统在世界各地有良好的应用业绩。 在供电电源方面,有良好的过载及短路
fifo
- FIFO 是一种先进先出数据缓存器,这是一个同步FIFO的VHDL源程序,将FIFO分成几个模块进行设计,最后用顶层文件进行模块化设计。-FIFO is a FIFO buffer, which is a synchronous FIFO in VHDL source code, will be divided into several modules FIFO design, top-level files Finally, the modular design.
阻塞模式主要用于无窗口、多线程处理中
- 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
nRF905--_V0.3
- 基于Meag8的无线通讯模块nRF905驱动和控制程序,使用485接口,无线数据缓存31个字节,通讯间隔为25ms。-Wireless communication module based on Meag8 nRF905 drive and control procedures, the use of 485, the wireless data cache 31 bytes, communication interval is 25ms.
pingpang
- 关于乒乓操作的,对于数据缓存有很大的用处-On the ping-pong operation of data cache for the great usefulness of
LCD
- 基于FPGA_EP2C8的lcd控制器,显示字符,初学者使用-module lcd_driver(clk,rst,LCD_DATA,RS,RW,EN) input clk,rst //rst is the signal of reset,active low(0). output RS,RW,EN //R
FPGA_AD
- 基于 Cyclone EP1C6240C8 FPGA的ADS2807接口程序,主要用来使用FPGA控制ADS2807的采集。 采用FPGA来模拟ADS2807的时序来实现控制功能。 提供采样频率控制、AD通道转换、采样数据缓存等功能。-Cyclone EP1C6240C8 FPGA-based interface program of the ADS2807, ADS2807 is mainly used to control the use of FPGA collection. AD
vhdl
- 该系统通过顶层模块,调用7底层模块实现。7大模块底层模块为:理想信源数据接收模块,理想信源数据缓存模块,LAPS成帧模块,加扰并发送LAPS帧模块,接收LAPS帧并解扰模块,接收LAPS帧数据缓存模块,解帧并发送数据给理想信源模块。另,还有一个fifo模块,以便两个缓存模块调用。-The system top-level module, called 7, the bottom module. Bottom-7 module module: the ideal source of data re
FIFO-APP-IN-ASIC
- FIFO在ASIC中的设计应用,用于图像滤波处理,解决了ASIC中图像处理过程中数据缓存的需求,有一定实用价值-FIFO in the ASIC Design and application for image filtering, image processing ASIC to resolve the data caching process needs a certain practical value
FIFO
- 运用Verilog 语言对FPGA实现同步的FIFO的数据缓存和传输功能。-FPGA Verilog language used to synchronize the FIFO data buffer and transmission functions.
dtu
- 启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理用来定义宏电dtu的工作线程-After the start the service should start a thread to poll the DTU data, received data directly, or put the data cache, and then from the other thread to handle the electricity used to de
EDAhelper
- 因而,SDRAM常作为数据缓存应用于高速数据传输系统中。目前,许多嵌入式设备的大容量、高速度存储器都采用SDRAM来实现,而且大多都是用专用芯片完成其控制电路,这不但提高了设计成本,而且使系统的硬件电路变得复杂。随着FPGA在嵌入式系统中的广泛应用,如果我们能够结合具体的需要,利用FPGA来设计自己的SDRAM控制器,这些问题就迎刃而解了-During University I studied computer networks have some knowledge about compute
fifo_module
- 基于vhdl的FIFO建模,主要是用于输入输出数据缓存-Vhdl-based FIFO modeling is mainly used for input and output data cache
FIFO
- FIFO是英文First In First Out 的缩写,是一种先进先出的数据缓存器,他与普通存 储器的区别是没有外部读写地址线,这样使用起来非常简单,但缺点就是只能顺序写 入数据,顺序的读出数据,其数据地址由内部读写指针自动加1完成,不能像普通存 储器那样可以由地址线决定读取或写入某个指定的地址-FIFO is the abbreviation of the English First In First Out, a FIFO data buffer, the differen
display
- LCD显示程序代码,很详细的程序。用于驱动LCD刷新,及数据缓存-LCD display program, a very detailed program annotations
syn_FIFO
- 同步FIFO,主要用于数据缓存,给异步FIFO打下基础,是个不错学习例子,在ncverilog中仿真通过-Synchronous FIFO, mainly used for the data cache, and lay the foundation to the asynchronous FIFO, is a good example of learning through simulation in ncverilog
eetop.cn_emif_brg
- fpga与DSP通过emif接口通信,fpga内部通过fifo进行数据缓存-fpga with the DSP through emif interface communication, fpga internal data cache by fifo
asynchronous-FIFO-verilog
- FIFO是英文First In First Out 的缩写,是一种先进先出的数据缓存器,他与普通存储器的区别是没有外部读写地址线,这样使用起来非常简单-FIFO is an abbreviation of the English First In First Out, is a first-in, first-out data buffer, the difference between him and ordinary memory is external read and write add
FPGA_sram_fifo
- 普通数据传输源码,采用SRAM虚拟FIFO做数据缓存。该虚拟FIFO只做外部数据上传到电脑的数据缓存。-Ordinary data transmission source, using SRAM virtual FIFO data cache. The virtual FIFO only the external data uploaded to the computer data cache.