Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit d71a95c

Browse files
committed
fix: update valid tile sizes in info.yaml
1 parent 25f7501 commit d71a95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project:
88
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)
99

1010
# How many tiles your design occupies? A single tile is about 167x108 uM.
11-
tiles: "1x2" # Valid values: 1x1 (digital only), 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
11+
tiles: "1x2" # Valid values for analog projects: 1x2, 2x2
1212

1313
# How many analog pins does your project use?
1414
analog_pins: 2 # Valid values: 0 to 6

0 commit comments

Comments
 (0)