CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - modelsim

搜索资源列表

  1. SIN_COS

    0下载:
  2. fpga产生正弦波形,sin_cos,modelsim仿真通过-fpga generate sin waveform,test passed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-12
    • 文件大小:7455
    • 提供者:haoluo
  1. sin111

    0下载:
  2. 用ISE与modelsim联合仿真,使用CORDIC算法进行设计,这里使用的是12位的DA,可以生成正弦波,用于在实际电路中生成完整的正弦波(With ISE and modelsim joint simulation, the use of CORDIC algorithm design, used here are 12 DA, can generate sine wave, used in the actual circuit generates a complete sine wave)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:5099520
    • 提供者:gemini48
  1. BCH_VLSI

    0下载:
  2. 使用HLS完成BCH编码的运算通路的设计,纯组合逻辑,对于65nm工艺可跑上1GHz。已经组合逻辑分为了多个部分,可在每一个部分之间插流水线。 附上可综合的纯RTL Code以及C++代码,以及Modelsim仿真。 可通过我的优化选项来学习如何优化HLS工具生产的代码。(BCH Encoder realized using HLS tool. Combinational logic.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:14505984
    • 提供者:蔡宇杰
  1. FFT64DIF

    0下载:
  2. 实现64点的快速傅里叶运算,并用modelsim、matlab仿真。(Achieve fast Fourier operations at 64 points, and use Modelsim, matlab simulation.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:20699136
    • 提供者:chenmm
  1. seq

    0下载:
  2. 实现序列检测功能,新手编程,已经在modelsim里检验过了功能完整,内附模块化testbench(Sequence detection function, novice programming)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:橙鸽
  1. mult88

    2下载:
  2. 两个8*8矩阵相乘,每个矩阵内部元素相同,简化运算;modelsim编译仿真,ise或vivado下载,实现FPGA显示。(Two 8*8 matrix multiplication, each element of the same matrix, simplifying the operation; Modelsim compiler simulation, ISE or vivado download, to achieve FPGA display.)
  3. 所属分类:并行计算

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:xx.
  1. Verilog HDL program

    0下载:
  2. 文件详细讲述了使用XILINX产FPGA在ISE平台开发的方法,介绍了Modelsim,chipscope,textbench等仿真方法,并含大量实例以及源代码(File details on the use of XILINX produced FPGA in the ISE platform development methods, introduced the Modelsim, chipscope, textbench and other simulation methods, and
  3. 所属分类:VHDL/FPGA/Verilog

  1. fir

    0下载:
  2. MATLAB设计fir数字滤波器 , 结合modelsim软件仿真。(MATLAB design FIR digital filter)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:940032
    • 提供者:眼前人
  1. 自己动手写CPU

    2下载:
  2. ? Code文件夹 提供了本书每一章涉及的OpenMIPS源代码、测试程序。 ? Tools文件夹 提供了GNU工具链的安装文件,以及一个小工具Bin2Mem.exe,该工具用来将二进制数文件转化为可以用于ModelSim仿真的格式。 ? Doc文件夹 提供了本书使用的一些IP核的说明手册,包括UART控制器、SDRAM控制器、GPIO模块等。还提供了FPGA开发平台DE2的说明手册。(Code folder Provides the OpenMIPS source code and
  3. 所属分类:VHDL/FPGA/Verilog

  1. FM

    0下载:
  2. MATLAB仿真 FM调制和解调过程,并把解调出来的数据写入文本,方便quartus和modelsim仿真调用(MATLAB simulation FM modulation and demodulation process, and the data written into the text of the demodulation, to facilitate the quartus and Modelsim simulation calls)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:7819264
    • 提供者:balee111
  1. m.e.n.t.o.r._.k.e.y

    0下载:
  2. License Key Generator for Mentor Modelsim Product
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-30
    • 文件大小:303104
    • 提供者:ryulee88
  1. FourToOneMux

    0下载:
  2. this is Implementation of 4 to 1 Multiplexer in verilog language for embedded design systems
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:27648
    • 提供者:Mood
  1. bingo_spi_test

    0下载:
  2. 利用SPI实现FPGA和外设之间的通信。经过Modelsim仿真验证。(为FPGA设计技巧与案例开发详解一书源码)(Using SPI to implement communication between FPGA and peripheral. After Modelsim simulation verification. (for FPGA design techniques and case development detailed explanation of a book source
  3. 所属分类:书籍源码

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:August_cwj
  1. DES_Core

    1下载:
  2. 基于Quartus ii 平台的DES加密算法Verilog设计和modelsim仿真(DES encryption algorithm design and Modelsim simulation based on Quartus II platform)
  3. 所属分类:加密解密

    • 发布日期:2017-12-28
    • 文件大小:792576
    • 提供者:xuan3731
  1. 2F

    0下载:
  2. testing testbench to device under test (dut)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-25
    • 文件大小:13312
    • 提供者:Brader
  1. pidd

    1下载:
  2. verilog实现增量式PID算法,实测可用,带modelsim仿真(PID algorithm by verilog)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-29
    • 文件大小:1076224
    • 提供者:fgghz
  1. BtoC

    0下载:
  2. 文件中有两种方法实现并串转换模块代码的编写,可以在modelsim软件中正确仿真(There are two methods in the file to achieve the serial conversion module code writing, can be correctly simulated in Modelsim software)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:臭猴子
  1. dds6_ise12migration

    0下载:
  2. 以DE2为开发平台,采用Veriolg语言编程,实现了DDS信号输出,频率,步进,波形输出均可调,采用Modelsim以及FPGA内嵌逻辑分析仪验证设计的正确性,可以满足一定的工程需求。(With DE2 as the development platform and Veriolg language programming, the DDS signal output, frequency, step and waveform output can be adjusted. The corre
  3. 所属分类:VHDL/FPGA/Verilog

  1. spi_no_cs_13

    0下载:
  2. FPGA作为从机与STM32的全双工通信,FPGA将接收到STM32的数据返回到STM32,Modelsim仿真和板子仿真都通过(Use FPGA as slave,realize the communication between FPGA and STM32. The function has been tested is no problem.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:14403584
    • 提供者:Pgaf
  1. 16-Bit_RCA

    0下载:
  2. 16 bit Ripple Carry Adder using vhdl on modelsim
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:66560
    • 提供者:gngr3934
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com