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
注意以上两个的用法