add ExampleSmallConfig for README
This commit is contained in:
parent
ae9b78d9ef
commit
702ddabe26
@ -144,7 +144,7 @@ class FPGAConfig extends ChiselConfig (
|
|||||||
|
|
||||||
class DefaultFPGAConfig extends ChiselConfig(new FPGAConfig ++ new DefaultConfig)
|
class DefaultFPGAConfig extends ChiselConfig(new FPGAConfig ++ new DefaultConfig)
|
||||||
|
|
||||||
class FPGASmallConfig extends ChiselConfig (
|
class SmallConfig extends ChiselConfig (
|
||||||
topDefinitions = { (pname,site,here) => pname match {
|
topDefinitions = { (pname,site,here) => pname match {
|
||||||
case BuildFPU => None
|
case BuildFPU => None
|
||||||
case FastMulDiv => false
|
case FastMulDiv => false
|
||||||
@ -160,4 +160,6 @@ class FPGASmallConfig extends ChiselConfig (
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
class DefaultFPGASmallConfig extends ChiselConfig(new FPGASmallConfig ++ new DefaultFPGAConfig)
|
class DefaultFPGASmallConfig extends ChiselConfig(new SmallConfig ++ new DefaultFPGAConfig)
|
||||||
|
|
||||||
|
class ExampleSmallConfig extends ChiselConfig(new SmallConfig ++ new DefaultConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user