Added commented out commands to generate saif file from vsim.

This commit is contained in:
Ross Thompson 2022-02-09 18:40:45 -06:00
parent 7810a09782
commit 4fd0154d03

View File

@ -60,9 +60,13 @@ if {$2 eq "buildroot"} {
add log -recursive /*
do wave.do
# power add generates the logging necessary for saif generation.
#power add -r /dut/core/*
#-- Run the Simulation
#run 3600
run -all
#power off -r /dut/core/*
#power report -all -bsaif power.saif
noview ../testbench/testbench.sv
view wave
}