update to tilelink2

This commit is contained in:
Howard Mao
2017-04-20 17:44:05 -07:00
parent 2fecb10cfc
commit 27bd063441
11 changed files with 117 additions and 164 deletions

View File

@@ -1,7 +1,7 @@
package example
import cde.{Parameters, Config, CDEMatchError}
import config.{Parameters, Config}
import testchipip.WithSerialAdapter
class DefaultExampleConfig extends Config(
new WithSerialAdapter ++ new rocketchip.BaseConfig)
new WithSerialAdapter ++ new rocketchip.DefaultConfig)