未验证 提交 156656b6 编写于 作者: S Steve Gou 提交者: GitHub

parameters: set defualt value of EnableDebug to be true (#772)

上级 7eaa9f47
......@@ -115,7 +115,7 @@ case object DebugOptionsKey extends Field[DebugOptions]
case class DebugOptions
(
FPGAPlatform: Boolean = true,
EnableDebug: Boolean = false,
EnableDebug: Boolean = true,
EnablePerfDebug: Boolean = true,
UseDRAMSim: Boolean = false
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册