zoukankan      html  css  js  c++  java
  • section 1

    1.  quartus setup

      1.1  assignment-->setting

      1.2  editor-> sdc file  case sensitive

    2.  core timing

      2.1  create_clock

      2.2  derive_pll_clock

        • create_generated_clock
        • transceiver_clock

      2.3  derive_clock_uncertainty

      2.4  set_clock_groups

        • un-related
        • options -asynchronous,-exclusive ASIC, no matters in FPGA
        • leave out virtual clock

    3.  I/O timing

      • set_input_delay, set_output_delay
      • these constraints describe what is going on outside of the FPGA
      • virtual clock by create_clock
      • -max and -min by set_input_delay, set_output_delay
        • set_input_delay -clock virtual_clock -max/min xxx [get_ports in/out]
        • launch + delay = latch-->requirements fig
      • multicycle
        • set_multicycle_path -setup/hold -to [get_ports xxx] xxx
      • modify -max -min
        • launch + delay = latch-->requirements
        • board level clock skew = clock2destination - clock2source
  • 相关阅读:
    20200824
    Redis
    vs2012快捷键教程
    OpenCV 2.4+ C++ SVM介绍
    隐马尔科夫模型
    hu矩
    手势跟踪
    混合高斯模型GMM
    排序算法
    聚类——混合高斯模型 Gaussian Mixture Model
  • 原文地址:https://www.cnblogs.com/testset/p/3003637.html
Copyright © 2011-2022 走看看