Merge pull request #6 from ucb-bar/local-fpga-support-docs

Local fpga support docs
This commit is contained in:
Abraham Gonzalez
2020-11-06 21:03:15 -08:00
committed by GitHub
6 changed files with 172 additions and 7 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