虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

SdRAM

同步动态随机存取内存(synchronousdynamicrandom-accessmemory,简称SdRAM)是有一个同步接口的动态随机存取内存(DRAM)。通常DRAM是有一个异步接口的,这样它可以随时响应控制输入的变化。而SdRAM有一个同步接口,在响应控制输入前会等待一个时钟信号,这样就能和计算机的系统总线同步。时钟被用来驱动一个有限状态机,对进入的指令进行管线(Pipeline)操作。这使得SdRAM与没有同步接口的异步DRAM(asynchronouSdRAM)相比,可以有一个更复杂的操作模式。
  • XILINX的FPGA实现的双口ram源码

    XILINX的FPGA实现的双口ram源码,可作为dsp\SdRAM和pci桥接作用,可直接使用,实际工程通过。

    标签: XILINX FPGA ram 双口

    上传时间: 2013-12-29

    上传用户:Avoid98

  • SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a

    SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a PC100 SdRAM and the MMU to perform a rating with a 100MHz Bus Clock. The rating is based on Dhrystone 2.1. It shows the rate when I+D Caches are disabled or enabled, with or without MMU and I Cache is disable or enabled, with or without MMU.

    标签: BasicMMU Example project 9261

    上传时间: 2013-12-28

    上传用户:zhanditian

  • This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

    This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SdRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec

    标签: Development Startix2 tailored Altera

    上传时间: 2014-01-19

    上传用户:chongcongying

  • 在信息处理中

    在信息处理中,特别是实时视频图像处理中,通常都要对实现视频图像进行处理,而这首先必须设计大容量的存储器,同步动态随机存储器SdRAM虽然有价格低廉、容量大等优点,但因SdRAM的控制结构复杂,常用的方法是设计SdRAM通用控制器,这使得很多人不得不放弃使用SdRAM而使用价格昂贵的SRAM。为此,笔者在研究有关文献的基础上,根据具体情况提出一种独特的方法,实现了对SdRAM的控制,并通过利用FPGA控制数据存取的顺序来实现对数字视频图像的旋转,截取、平移等实时处理。

    标签: 信息处理

    上传时间: 2015-12-05

    上传用户:VRMMO

  • 详细描述了存储器的基本结构

    详细描述了存储器的基本结构,从最简单的单位存储单元到复杂的SdRAM,是软硬件设计师的最佳参考

    标签: 存储器 基本结构

    上传时间: 2015-12-10

    上传用户:ainimao

  • 英培特ARM教学平台EDUKIT-III

    英培特ARM教学平台EDUKIT-III,核心子板为s3c2410,在RH9下实现的SdRAM测试程序。

    标签: EDUKIT-III ARM 教学平台

    上传时间: 2013-12-22

    上传用户:rishian

  • ARM7处理器的系统测试源码

    ARM7处理器的系统测试源码,汇编和C组成,具有norflash、nandflash、SdRAM、LCD、IIC、232、NET、USB、RLT等功能,可组成一个完整的处理终端,当然要有相应的硬件支持,供大家参考!

    标签: ARM7 处理器 系统测试 源码

    上传时间: 2015-12-19

    上传用户:zhaoq123

  • 加强型S3C44B0原理图

    加强型S3C44B0原理图,包括LCD,ETC、FLASH、SdRAM

    标签: S3C44B0 原理图

    上传时间: 2014-01-11

    上传用户:alan-ee

  • (原创)uboot在yl2410上的移植

    (原创)uboot在yl2410上的移植,此u-boot代码在SdRAM、norflash或nandflash上都可启动运行,附详细说明文档

    标签: uboot 2410 yl 移植

    上传时间: 2015-12-25

    上传用户:xcy122677

  • This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block

    This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block into SdRAM from the ADC (an AD9244 in this example). The frames are then output with a one-frame delay to the DAC (an AD9744 in this example). In this example, no processing is done on the frames. They are passed unaltered.

    标签: block-by-block acquired example streams

    上传时间: 2015-12-29

    上传用户:bjgaofei