Skip to content

Commit 55337db

Browse files
TinyTapeoutBoturish
authored andcommitted
feat: update project tt_um_toivoh_demo from toivoh/tt10-demo
Commit: 058eb3df3fd5e949edc3a544b49dc09695d908f3 Workflow: https://github.com/toivoh/tt10-demo/actions/runs/13492014071
1 parent 58e4f6a commit 55337db

File tree

8 files changed

+28427
-4871
lines changed

8 files changed

+28427
-4871
lines changed

projects/tt_um_toivoh_demo/commit_id.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"app": "Tiny Tapeout tt10 2036138b",
2+
"app": "Tiny Tapeout tt10 8f10bc8c",
33
"repo": "https://github.com/toivoh/tt10-demo",
4-
"commit": "4373b7ca0196a03882684901ad752672fc8fcb6b",
5-
"workflow_url": "https://github.com/toivoh/tt10-demo/actions/runs/12966645753",
4+
"commit": "058eb3df3fd5e949edc3a544b49dc09695d908f3",
5+
"workflow_url": "https://github.com/toivoh/tt10-demo/actions/runs/13492014071",
66
"sort_id": 1737823564562,
77
"openlane_version": "OpenLane2 2.2.9",
88
"pdk_version": "open_pdks 0fe599b2afb6708d281543108caf8310912f54af"

projects/tt_um_toivoh_demo/info.yaml

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
# Tiny Tapeout project information
22
project:
3-
title: "TT10 demo" # Project title
3+
title: "Orion Iron Ion [TT08 demo competition]" # Project title
44
author: "Toivo Henningsson" # Your name
55
discord: "possible_realities" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
66
description: "My contribution to the TT10 demo competition" # One line description of what your project does
77
language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
88
clock_hz: 50400000 # 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: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
11+
# tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
12+
tiles: "1x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
1213

1314
# Your top module name must start with "tt_um_". Make it unique by including your github username:
14-
top_module: "tt_um_toivoh_demo"
15+
top_module: "tt_um_toivoh_demo"
1516

1617
# List your project's source files here.
1718
# Source files must be in ./src and you must list each source file separately, one per line.
1819
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
1920
source_files:
2021
- "project.v"
21-
- "raster_scan.sv"
22+
- "pwl4_synth.sv"
23+
- "pwl4_player.sv"
2224
- "field_test.sv"
25+
- "demo_top.sv"
26+
- "afl2_alu.sv"
27+
- "raster_scan.sv"
28+
- "demo_control.sv"
29+
- "logo_table_generated_c.v"
2330

2431
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
2532
pinout:
@@ -30,8 +37,8 @@ pinout:
3037
ui[3]: ""
3138
ui[4]: ""
3239
ui[5]: ""
33-
ui[6]: ""
34-
ui[7]: ""
40+
ui[6]: "advance[0]"
41+
ui[7]: "advance[1]"
3542

3643
# Outputs
3744
uo[0]: "R1"

0 commit comments

Comments
 (0)