Skip to content

Commit

Permalink
Merge pull request #375 from riscv-boom/abejgonzalez-patch-1
Browse files Browse the repository at this point in the history
Make BIM have cleaner name
  • Loading branch information
abejgonzalez committed Aug 24, 2019
2 parents 2a61ca7 + 7a4f219 commit b466956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/bpu/btb/bim.scala
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class BimodalTable(val bankBytes: Int)(implicit p: Parameters) extends BoomModul

for (w <- 0 until nBanks) {
val ram = SyncReadMem(nSets/nBanks, Vec(rowSz, Bool()))
ram.suggestName("bim_data_array")
ram.suggestName(s"bim_data_array_$w")

val ren = Wire(Bool())
val s2_rmw_valid = Wire(Bool())
Expand Down

0 comments on commit b466956

Please sign in to comment.