提交 921f5f97 编写于 作者: Y Yinan Xu

decode: do not enable f and d extentions if not hasFPU

上级 7dcc3958
......@@ -54,12 +54,10 @@ object Instructions extends HasInstrType with HasXSParameter {
RVZicsrInstr.table ++
RVZifenceiInstr.table ++
Privileged.table ++
RVFInstr.table ++
RVDInstr.table ++
RVAInstr.table ++
(if (HasMExtension) RVMInstr.table else Nil) ++
(if (HasCExtension) RVCInstr.table else Nil) // ++
// (if (HasFPU) RVFInstr.table ++ RVDInstr.table else Nil) ++
(if (HasCExtension) RVCInstr.table else Nil) ++
(if (HasFPU) RVFInstr.table ++ RVDInstr.table else Nil)
// Privileged.table ++
// RVAInstr.table ++
// RVZicsrInstr.table
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册