Adding initial Arty documentation; will be expanded further.

This commit is contained in:
James Dunn
2020-11-06 17:25:05 -08:00
parent b7ef848605
commit 98fcea7b57
2 changed files with 17 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ class WithDefaultPeripherals extends Config((site, here, up) => {
debugIdleCycles = 5)
case SerialTLKey => None // remove serialized tl port
})
// DOC include start: AbstractArty and Rocket
class WithArtyTweaks extends Config(
new WithArtyJTAGHarnessBinder ++
new WithArtyUARTHarnessBinder ++
@@ -41,3 +41,4 @@ class WithArtyTweaks extends Config(
class TinyRocketArtyConfig extends Config(
new WithArtyTweaks ++
new chipyard.TinyRocketConfig)
// DOC include start: AbstractArty and Rocket