【发布时间】:2021-05-10 15:06:17
【问题描述】:
这是错误信息:
May 10, 2021 4:01:35 PM com.altera.debug.core
SEVERE: java.lang.Exception: invalid command name "exit"
while executing
"exit
"
invoked from within
"if {$use_specified_base_addresses == 1} {
puts "using predefined peripheral base addresses"
# Peripheral address offset from taken from ..."
奇怪的是,我使用的解释器没有识别关键字“exit”。当“catch”实际上捕获过程调用引发的错误时,我只需要停止运行脚本。我在 Quartus Prime 标准系统控制台中遇到了这个问题。
【问题讨论】:
-
感谢您在问题中说出“Quartus”;这对于查找相关帮助非常有用。