From f6d73890d2bc6d35fa65b05d387b2f44cfcdf2cd Mon Sep 17 00:00:00 2001 From: Elizabeth Esparza Date: Mon, 17 Feb 2025 12:38:59 -0600 Subject: [PATCH] feat: update info.yaml file --- info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.yaml b/info.yaml index b5ca5f7..9a490e5 100644 --- a/info.yaml +++ b/info.yaml @@ -8,7 +8,7 @@ project: clock_hz: 25000000 # Clock frequency in Hz (or 0 if not applicable) # How many tiles your design occupies? A single tile is about 167x108 uM. - tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2 + tiles: "2x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2 # Your top module name must start with "tt_um_". Make it unique by including your github username: top_module: "tt_um_waves"