提交 fe73f692 编写于 作者: L LinJiawei

FPDecoder: fix 'X' bug

上级 69a65c2b
......@@ -18,7 +18,7 @@ class FPDecoder extends XSModule{
val s = BitPat(S)
val d = BitPat(D)
val default = List(X,X,X,X,N,N,X,X,X)
val default = List(X,X,X,N,N,N,X,X,X)
// isAddSub tagIn tagOut fromInt wflags fpWen div sqrt fcvt
val single: Array[(BitPat, List[BitPat])] = Array(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册