SerialInterfaceWidth is not actually configurable
This commit is contained in:
@@ -50,7 +50,6 @@ class WithSimNetwork extends Config((site, here, up) => {
|
||||
})
|
||||
|
||||
class BaseExampleConfig extends Config(
|
||||
new WithSerialAdapter ++
|
||||
new freechips.rocketchip.chip.DefaultConfig)
|
||||
|
||||
class DefaultExampleConfig extends Config(
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package tlserdes
|
||||
|
||||
import freechips.rocketchip.config.{Parameters, Config}
|
||||
import testchipip.WithSerialAdapter
|
||||
|
||||
class WithTLSerdes extends Config((site, here, up) => {
|
||||
case TLSerdesWidth => 16
|
||||
@@ -9,7 +8,6 @@ class WithTLSerdes extends Config((site, here, up) => {
|
||||
|
||||
class DefaultSerdesConfig extends Config(
|
||||
new WithTLSerdes ++
|
||||
new WithSerialAdapter ++
|
||||
new freechips.rocketchip.chip.DefaultConfig)
|
||||
|
||||
class WithTwoMemChannels extends example.WithTwoMemChannels
|
||||
|
||||
Submodule testchipip updated: 3935fdb073...3dfe32a3b8
Reference in New Issue
Block a user