Emit address in addition to cycle

This commit is contained in:
Hansung Kim
2023-02-27 17:36:54 -08:00
parent 0ebaed5f1b
commit 9025729c0e
3 changed files with 23 additions and 13 deletions

View File

@@ -34,7 +34,8 @@ with HasBlackBoxResource {
val trace_read = new Bundle {
val valid = Output(Bool())
val ready = Input(Bool())
val bits = Output(UInt(64.W))
val cycle = Output(UInt(64.W))
val address = Output(UInt(64.W))
}
})