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所有,切勿用于商业! 若引用资料、代码、图片、文字等等请注明出处,谢谢!

  • 相关阅读:
    模板方法模式
    策略模式
    享元模式
    组合模式
    桥接模式
    外观模式
    代理模式
    装饰者模式
    适配器模式
    类之间的关联关系和依赖关系
  • 原文地址:https://www.cnblogs.com/logic3/p/6284870.html
Copyright © 2011-2022 走看看