zoukankan      html  css  js  c++  java
  • Quartus II 与ModelSim-SE联合仿真Shift_ram

    原理介绍

    The ALTSHIFT_TAPS IP core supports single-bit and multiple-bit data shifting at one
    clock cycle, depending on the width of the
    shiftin and shiftout ports. For example,
    if the
    shiftin and shiftout ports are single-bit data, only one bit is shifted per clock
    cycle. If the
    shiftin and shiftout ports are multiple-bit data, such as one-word data
    (8-bit), the whole word is shifted per clock cycle.

    Shift_ram能够通过shiftin设置移位输出的位宽,TAP_DISTANCE 设置每行数据单元个数;

    NUMBER_OF_TAPS设置抽头的数量;

     

        TAP_DISTANCE = 3;表征每行有3个数据单元;

    NUMBER_OF_TAPS = 4.;表征有4列,即抽头的数量;

    将每一行的抽头输出就形成了tapsshiftout输出的是taps的高位数据单元;

     

    实例

    调用IP

     

     

    测试数据产生模块

    Modelsim仿真

    仿真结果与datasheet的实例说明一致;

    大西瓜FPGA-->https://daxiguafpga.taobao.com

    博客资料、代码、图片、文字等属大西瓜FPGA所有,切勿用于商业! 若引用资料、代码、图片、文字等等请注明出处,谢谢!

  • 相关阅读:
    60个生僻成语汇总
    人民网 ***讲话
    组合排序
    工具
    网络之网络设备
    《TCP协议到TCP通讯各种异常现象和分析》的学习
    Console
    RTT学习之ulog
    RTT之MQTT学习笔记
    项目管理-禅道
  • 原文地址:https://www.cnblogs.com/logic3/p/6284870.html
Copyright © 2011-2022 走看看