我在rocket-chip Chisel fascinating中得到了这个令人着迷的例外(没有额外的回溯,仅此而已)。
[info] [0.003] Elaborating design...
------------------------------------------------------------------------------
Error: Exception thrown when elaborating ChiselGeneratorAnnotation
Try --help for more information.
------------------------------------------------------------------------------
Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0"这是来自PR https://github.com/chipsalliance/rocket-chip/pull/2310的。我成功地用这么少的信息完全控制了发电机,这是我以前从未见过的。有人知道这种错误是什么意思吗?
发布于 2020-03-11 05:24:15
我相信这是由于最近的PR增加了阶段编译:https://github.com/chipsalliance/rocket-chip/pull/2274/files
https://stackoverflow.com/questions/60479390
复制相似问题