Fix typo in tutorial config

This commit is contained in:
Albert Magyar
2019-09-25 13:37:59 -07:00
parent 0168c8f841
commit fc0e86d744

View File

@@ -50,7 +50,7 @@ class PWMRocketConfig extends Config(
new freechips.rocketchip.system.BaseConfig)
// DOC include end: PWMRocketConfig
class PWMRAXI4ocketConfig extends Config(
class PWMAXI4RocketConfig extends Config(
new WithPWMAXI4Top ++ // use top with axi4-controlled PWM
new WithBootROM ++
new freechips.rocketchip.subsystem.WithInclusiveCache ++