1
0

BaseTop: record top module; more general than GraphML

This commit is contained in:
Wesley W. Terpstra
2016-10-02 02:31:30 -07:00
committed by Yunsup Lee
parent 5ff3d3d61c
commit 0a4ef66894
2 changed files with 6 additions and 4 deletions

View File

@ -54,6 +54,8 @@ abstract class BaseTop(q: Parameters) extends LazyModule {
TLAtomicAutomata(arithmetic = p(PeripheryBusKey).arithAMO)(
TLHintHandler()(
legacy.node))))
TopModule.contents = Some(this)
}
abstract class BaseTopBundle(val p: Parameters) extends Bundle {
@ -93,7 +95,6 @@ abstract class BaseTopModule[+L <: BaseTop, +B <: BaseTopBundle](
println("\nGenerated Configuration String")
println(p(ConfigString))
ConfigStringOutput.contents = Some(p(ConfigString))
GraphMLOutput.contents = Some(outer.graphML)
io.success := coreplexIO.success
}