blob: edaecb0ba0c5035768b8077c9bd1bc31d3425ea8 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Common TCL script invoked at run-time by the simulator.
# VCS syntax: -ucli -do <this file>
# Xcelium syntax: -input <this file>
set dv_root ""
if {[info exists ::env(dv_root)]} {
set dv_root "$::env(dv_root)"
} else {
puts "ERROR: Script run without dv_root environment variable."
quit
}
source "${dv_root}/tools/common.tcl"
source "${dv_root}/tools/waves.tcl"
run
quit