Small comment updates + cleanup

This commit is contained in:
Abraham Gonzalez
2021-04-03 12:55:27 -07:00
parent be13781a1c
commit 985faa4c8e
2 changed files with 3 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ class BoomVCU118Config extends Config(
new chipyard.MegaBoomConfig)
class WithFPGAFrequency(fMHz: Double) extends Config(
new chipyard.config.WithPeripheryBusFrequency(fMHz) ++
new chipyard.config.WithPeripheryBusFrequency(fMHz) ++ // assumes using PBUS as default freq.
new chipyard.config.WithMemoryBusFrequency(fMHz)
)