blob: f04859dfa697812997841688220fb01583891a0d [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
if {[info exists ::env(WAVES)]} {
if {$::env(WAVES) == 1} {
database -open -default -shm $::env(DUMP_FILE)
probe $::env(TB_TOP) -all -depth all -shm
}
}
run
quit