1
0

depend on external cde library

This commit is contained in:
Henry Cook
2015-10-21 18:18:32 -07:00
parent 0b7c828b5d
commit 4f8468b60f
14 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import Chisel._
import junctions._
import uncore._
import Util._
import cde.{Parameters, Field}
case object UseFPU extends Field[Boolean]
case object FDivSqrt extends Field[Boolean]