CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - write memory

搜索资源列表

  1. 存储器模型及测试台

    0下载:
  2. 512x8存储器模型,及其测试台,用verilog写-512x8 memory model, and the tester, using Verilog write
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:杨艳
  1. FIFO

    0下载:
  2. 一个可以综合的Verilog 写的FIFO存储器 内附文档说明-a comprehensive Verilog can write FIFO memory attached document shows
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:14.54kb
    • 提供者:wutailiang
  1. FLASH存储器的读写程序

    0下载:
  2. 此源码为基于FPGA的使用VERILOG编写的FLASH存储器的读写程序。,The source code for the FPGA-based FLASH memory using the VERILOG prepared to read and write procedures.
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-21
    • 文件大小:198.1kb
    • 提供者:王强
  1. iic 用verilog语言写的FPGA iic驱动程序

    0下载:
  2. 用verilog语言写的FPGA iic驱动程序,实现对存储器的读写,有需要的可以下载看看哦!-Language used to write verilog FPGA iic driver to achieve the memory read and write, there is a need can be downloaded to see Oh!
  3. 所属分类:VHDL编程

    • 发布日期:2016-01-27
    • 文件大小:750kb
    • 提供者:zhachshen
  1. flash

    1下载:
  2. fpga的FLASH读写VERILOG代码。希望对大家有用-the verilog code of fpga read/write flash
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-24
    • 文件大小:928byte
    • 提供者:Denny
  1. RISC-CPU

    1下载:
  2. 用FPGA实现一个简易的CPU,采用精简指令集结构,每一条指令有16bit,高三位为指令操作数,后13位为地址,该CPU能实现8种指令操作,分别有HLT(空一个中期)ADD(相加操作)SKZ(为零跳过)AND(相与操作)XOR(异或操作)LDA(读数据)STO(写数据)JMP(无条件跳转指令)。cpu包括8个部件,分别为时钟发生器、指令寄存器、累加器、算术逻辑单元、数据控制器、状态控制器、程序计数器、地址多路器,各个部件之间的相互操作关系由状态控制器来控制,程序指令存放在初始rom中,本例程存放
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3mb
    • 提供者:vice
  1. pci_t

    0下载:
  2. verilog开发的PCI target模块,能完成配置空间的读写以及单次的memory读写,原创。-Verilog development of PCI target module, to complete the reading and writing, as well as the configuration space of a single memory read and write, originality. Ha ha
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:10.19kb
    • 提供者:齐培红
  1. memory

    0下载:
  2. Verilog写的内存控制器代码. 很好,很容易看懂-Verilog code to write the memory controller
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:2.09kb
    • 提供者:www
  1. CAM

    0下载:
  2. CAM is useful vhdl code to understand its architecture which helps to write any code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:794byte
    • 提供者:Viral
  1. write_reg

    0下载:
  2. 用VHDL语言编写的写存储器程序,可下载在FPGA中使用-VHDL language used to write memory program can be downloaded in the FPGA using
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:5.57kb
    • 提供者:cloudy
  1. ddr2_controller

    0下载:
  2. DDR2控制器设计原码,可以在FPGA上测试通过,并对外部的ddr memory进行读写访问.-DDR2 controller design of the original code, can be tested through the FPGA, and external ddr memory read and write access.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:50.93kb
    • 提供者:yanxp
  1. led_control

    0下载:
  2. 本实验箱采用的液晶显示屏内置的控制器为SED1520,点阵为122×32,需要两片SED1520组成,由E1,E2分别选通,以控制显示屏的左右两半屏。图形液晶显示模块有两种连接方式,一种为直接访问方式,一种为间接访问方式。本实验采用直接控制方式。 直接控制方式就是将液晶显示模块的接口作为存储器或I/O设备直接挂在计算机总线上。计算机通过地址译码器控制E1和E2的选通;读/写操作信号R/W有地址线A1 控制,命令/数据寄存器选择信号由地址线A0控制。 -The experimenta
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:yangxiao
  1. cpu

    0下载:
  2. 设计以及基本的CPU,至少包括四个基本单元,控制单元,内部寄存器,ALU和指令集-The purpose of this project is to design a simple CPU (Central Processing Unit). This CPU has basic instruction set, and we will utilize its instruction set to generate a very simple program to verify its perf
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:mollyma
  1. xapp944_source

    0下载:
  2. 主要用来实现FPGA控制nand flash存储器的读写控制,是公司网站提供-FPGA is mainly used to achieve control of read and write nand flash memory control, is the company website
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1.09mb
    • 提供者:lijin
  1. CPU-Project

    0下载:
  2. CPU设计,包含基本的指令集,能执行简单的程序。考虑了CPU,寄存器,存储器和指令集之间的关系。即读写寄存器,读写存储器和执行指令。-CPU design, including basic instruction set, to execute a simple program. Consider the CPU, registers, memory, and the relationship between instruction sets. That read and write regis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3.23mb
    • 提供者:ilmf
  1. Memory

    0下载:
  2. 存储器设计,可以实现读和写,是用的图和代码结合的形式-Memory design, can read and write, is used in combination in the form of diagrams and code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:433.74kb
    • 提供者:辛晓霞
  1. memory

    0下载:
  2. 这个代码用于实现存储器的设计,可实现对存储器的读写。-The code used to implement memory design, memory read and write can be realized.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:259.45kb
    • 提供者:肖飞
  1. CPU

    0下载:
  2. 这个CPU具有简单的指令集,我们可以使用简单的例子进行测试。为简单起见,我们只考虑CPU内部的关联,寄存器、存储器和指令集。那么我们就只考虑一下部分:读写寄存器,读写存储器和执行指令。-This CPU has basic instruction set, and we will utilize its instruction set to generate a very simple program. For simplicity, we will only consider the rela
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:340.88kb
    • 提供者:李楠
  1. SDRAMping-pong-memory-structure

    0下载:
  2. 双口RAM 的乒乓存储结构(芯片型号CY7C09279) 应用场合为FPGA向双口RAM不断写入数据,PCI总线从RAM读取数据。[已调试验证]-Dual-port RAM, ping-pong memory structure (chip model CY7C09279) applications for the FPGA to the dual-port RAM write data continuously, PCI bus read data from RAM. [Debugging
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:61408520
  1. pcie_ctrl_module

    0下载:
  2. pcie genx4 控制器模块 verilog,直接读取内存和写入内存-pcie gen4 controller module verilog, direct memory read and write memory
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-05
    • 文件大小:29.21kb
    • 提供者:周召涛
« 12 3 4 »
搜珍网 www.dssz.com