Skip to content

Commit

Permalink
Connect local clock and reset to each element in trace port (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin authored and jerryz123 committed Jan 23, 2020
1 parent 7ba342a commit a88fe70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/exu/core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,8 @@ class BoomCore(implicit p: Parameters) extends BoomModule

if (p(BoomTilesKey)(0).trace) {
for (w <- 0 until coreWidth) {
io.trace(w).clock := clock
io.trace(w).reset := reset
io.trace(w).valid := rob.io.commit.valids(w)
io.trace(w).iaddr := Sext(rob.io.commit.uops(w).debug_pc(vaddrBits-1,0), xLen)
io.trace(w).insn := rob.io.commit.uops(w).debug_inst
Expand Down

0 comments on commit a88fe70

Please sign in to comment.