Skip to content

Commit

Permalink
[rtl] update Intent param field for Tilelink 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanS2000 committed Feb 16, 2023
1 parent 362fbac commit 30acbcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tilelink/src/bundle/MessageTypes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ object Param {
object Intent {
val PrefetchRead: UInt = 0.U(width)
val PrefetchWrite: UInt = 1.U(width)
val CBOInval: UInt = 5.U(width)
val CBOClean: UInt = 6.U(width)
val CBOFlush: UInt = 7.U(width)
}

/** TileLink Spec 1.8.1 Table 31 Cap
Expand Down

0 comments on commit 30acbcd

Please sign in to comment.