From 30acbcd6545ca6b93d79d2431e15df1ee84354c3 Mon Sep 17 00:00:00 2001 From: OceanS2000 <30361859+OceanS2000@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:25:34 +0800 Subject: [PATCH] [rtl] update Intent param field for Tilelink 1.9.3 --- tilelink/src/bundle/MessageTypes.scala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tilelink/src/bundle/MessageTypes.scala b/tilelink/src/bundle/MessageTypes.scala index 088ed23..466fcc7 100644 --- a/tilelink/src/bundle/MessageTypes.scala +++ b/tilelink/src/bundle/MessageTypes.scala @@ -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