We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b446f commit 56f6f74Copy full SHA for 56f6f74
1 file changed
info.yaml
@@ -8,7 +8,7 @@ project:
8
clock_hz: 4000000 # Clock frequency in Hz (or 0 if not applicable)
9
10
# How many tiles your design occupies? A single tile is about 340x160 uM.
11
- tiles: "2x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 3x4 or 4x4
+ tiles: "3x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 3x4 or 4x4
12
13
# Your top module name must start with "tt_um_". Make it unique by including your github username:
14
top_module: "tt_um_rejunity_z80" # Your top module name
0 commit comments