bump rocket-chip and testchipip

This commit is contained in:
Howard Mao
2017-10-01 22:20:20 +00:00
parent 44899f1b01
commit 5c200ddb6e
6 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ trait PWMTLBundle extends Bundle {
val pwmout = Output(Bool())
}
trait PWMTLModule extends Module with HasRegMap {
trait PWMTLModule extends HasRegMap {
val io: PWMTLBundle
implicit val p: Parameters
def params: PWMParams
@@ -85,7 +85,7 @@ trait HasPeripheryPWM extends HasPeripheryBus {
pwm.node := pbus.toVariableWidthSlaves
}
trait HasPeripheryPWMModuleImp extends LazyMultiIOModuleImp {
trait HasPeripheryPWMModuleImp extends LazyModuleImp {
implicit val p: Parameters
val outer: HasPeripheryPWM