AR# 63905

|

How do I create a .saif file in Vivado XSIM?

描述

How do I create a .saif file in Vivado XSIM?

解决方案

You can use the following steps to generate a .saif file.

Compile your RTL code with the -debug typical option to enable SAIF dumping:

xelab -debug typical top -s mysim
open_saif xsim_dump.saif
log_saif /tb/dut/*
run all
close_saif
quit
AR# 63905
日期 10/22/2015
状态 Active
Type 综合文章
Tools
People Also Viewed