Skip to content

Commit

Permalink
Correct the polarity of the non-backup-memory HTIF
Browse files Browse the repository at this point in the history
This fails in FIRRTL because <> has polarity now.
  • Loading branch information
palmer-dabbelt committed Mar 24, 2016
1 parent 7d5eac1 commit d697559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/RocketChip.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class Uncore(implicit val p: Parameters) extends Module
VLSIUtils.padOutHTIFWithDividedClock(htif.io.host, scrFile.io.scr,
outmemsys.io.mem_backup, io.mem_backup_ctrl, io.host, htifW)
} else {
htif.io.host.out <> io.host.out
io.host.out <> htif.io.host.out
htif.io.host.in <> io.host.in
}
}
Expand Down

0 comments on commit d697559

Please sign in to comment.