Skip to content

Commit 1db5122

Browse files
authored
feat(SRAM): add SRAM abbr for XSAI (#137)
1 parent fcb8223 commit 1db5122

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/scala/utility/sram/SramHelper.scala

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,12 @@ object SramHelper {
220220

221221
//prefetch abbreviations
222222
"prefetch" -> "pftch",
223-
"pht_ram" -> "pht"
223+
"pht_ram" -> "pht",
224+
225+
//CUTE abbreviations
226+
"cute" -> "cute",
227+
"CMatrixReg" -> "cmat",
228+
"ABMatrixReg" -> "abmat",
224229
).toMap
225230

226231
def getSramSuffix(vn:String):String = {

0 commit comments

Comments
 (0)