From 2a9f2f8421b56135efc8a5b89266b1a545197093 Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Thu, 19 Oct 2023 17:10:56 -0700 Subject: [PATCH] fix typo --- src/main/scala/tile/VortexTile.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/scala/tile/VortexTile.scala b/src/main/scala/tile/VortexTile.scala index 4e33f3e..324dd72 100644 --- a/src/main/scala/tile/VortexTile.scala +++ b/src/main/scala/tile/VortexTile.scala @@ -201,6 +201,7 @@ class VortexTile private ( Description(name, mapping ++ cpuProperties ++ nextLevelCacheProperty ++ tileProperties ++ dtimProperty ++ itimProperty ++ beuProperty) } + } ResourceBinding { Resource(cpuDevice, "reg").bind(ResourceAddress(staticIdForMetadataUseOnly))