Skip to content

Commit

Permalink
instinfo: set basicDB and remove invalid annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li authored and huxuan0307 committed Sep 10, 2024
1 parent 248b9a0 commit 65e844f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/xiangshan/backend/rob/Rob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1284,8 +1284,7 @@ class RobImp(override val wrapper: Rob)(implicit p: Parameters, params: BackendP
if (!env.FPGAPlatform) {
val instTableName = "InstTable" + p(XSCoreParamsKey).HartId.toString
val instSiteName = "Rob" + p(XSCoreParamsKey).HartId.toString
val debug_instTable = ChiselDB.createTable(instTableName, new InstInfoEntry)
// FIXME lyq: only get inst (alu, bj, ls) in exuWriteback
val debug_instTable = ChiselDB.createTable(instTableName, new InstInfoEntry, basicDB = true)
for (wb <- exuWBs) {
when(wb.valid) {
val debug_instData = Wire(new InstInfoEntry)
Expand Down

0 comments on commit 65e844f

Please sign in to comment.