print out assigned inerrupt ranges
This commit is contained in:
parent
4c3e8ec1b4
commit
0924f8adb0
@ -88,7 +88,10 @@ abstract class BaseTopModule[+L <: BaseTop, +B <: BaseTopBundle](
|
|||||||
println(f"\t$name%s $start%x - $end%x, $protStr$cacheable")
|
println(f"\t$name%s $start%x - $end%x, $protStr$cacheable")
|
||||||
}
|
}
|
||||||
|
|
||||||
println("Generated Configuration String")
|
println("\nGenerated Interrupt Vector")
|
||||||
|
outer.pInterrupts.print
|
||||||
|
|
||||||
|
println("\nGenerated Configuration String")
|
||||||
println(p(ConfigString))
|
println(p(ConfigString))
|
||||||
ConfigStringOutput.contents = Some(p(ConfigString))
|
ConfigStringOutput.contents = Some(p(ConfigString))
|
||||||
GraphMLOutput.contents = Some(outer.graphML)
|
GraphMLOutput.contents = Some(outer.graphML)
|
||||||
|
Loading…
Reference in New Issue
Block a user