separate PWM and basic example into separate packages

This commit is contained in:
Howard Mao
2016-10-21 21:06:40 -07:00
parent 3b03ac15e0
commit f6993880dd
8 changed files with 50 additions and 45 deletions

View File

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