zoukankan      html  css  js  c++  java
  • ILA用法

     

    Ila在使用过程中Capture mode可选,

    write_hw_ila_data

    把从ILA中读出的数据写入文件中。

    Syntax

            write_hw_ila_data [-force] [-csv_file] [-vcd_file] [-quiet]

     

             [-force]           覆盖已经存在的文件

             [-csv_file]         导出CSV格式文件

             [-vcd_file]         导出VCD格式文件

             [-quiet]       Ignore command errors

             [-verbose]       Suspend message limits during command execution file   hardware ILA data file name

             [hw_ila_data]    hardware ILA data object Default: Current hardware ILA data       

     [-verbose] file [hw_ila_data] [hw_ila_data]

     

    Exmaple:

    run_hw_ila hw_ila_1

    write_hw_ila_data -force -csv_file  F:/design_ila_data.csv

     [current_hw_ila_data]

     

    current_hw_ila_data

            Get or set the current hardware ILA data.

            Syntax

            current_hw_ila_data [-quiet] [-verbose] [hw_ila_data]

     

    Example:

    current_hw_ila_data  hw_ila_data_1

    current_hw_ila hw_ila_2

    注意以上两个的用法

  • 相关阅读:
    HDOJ1024(最大M子段和)
    HDOJ1025(最长上升子序列)
    HDOJ1022(模拟栈)
    HDOJ(1018)
    HDOJ1238(string)
    HDOJ1015(简单深搜)
    HDOJ1016(标准dfs)
    Tabbar视图切换,返回上一视图,添加item
    页面转换方法
    网络状态判断
  • 原文地址:https://www.cnblogs.com/zhongguo135/p/5579440.html
Copyright © 2011-2022 走看看