blob: c3d71ff9dd06374c491af0975b10826c44571577 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# TCL file invoked from VCS's simv at run-time using this: -ucli -do <this file>
if {[info exists ::env(WAVES)]} {
if {$::env(WAVES) == 1} {
dump -file $::env(DUMP_FILE)
dump -add $::env(TB_TOP) -depth 0 -aggregates -scope "."
}
}
run
quit