From 55c667b60dbb5f131dbf8eb23a16f1e5c8d7fa6b Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Sat, 16 Apr 2022 15:32:59 -0500 Subject: [PATCH] Commented output power analysis to speed simulation. --- pipelined/regression/wally-pipelined-batch.do | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelined/regression/wally-pipelined-batch.do b/pipelined/regression/wally-pipelined-batch.do index cd1dbd77..6891c7d6 100644 --- a/pipelined/regression/wally-pipelined-batch.do +++ b/pipelined/regression/wally-pipelined-batch.do @@ -52,14 +52,14 @@ if {$2 eq "buildroot" || $2 eq "buildroot-checkpoint"} { #vsim -coverage -lib work_$2 workopt_$2 # power add generates the logging necessary for saif generation. - power add -r /dut/core/* + # power add -r /dut/core/* run -all - power off -r /dut/core/* + # power off -r /dut/core/* } #coverage report -file wally-pipelined-coverage.txt # These aren't doing anything helpful #coverage report -memory #profile report -calltree -file wally-pipelined-calltree.rpt -cutoff 2 -power report -all -bsaif power.saif +#power report -all -bsaif power.saif quit