1
1
# Tiny Tapeout project information
2
2
project :
3
- title : " TT10 demo" # Project title
3
+ title : " Orion Iron Ion [TT08 demo competition] " # Project title
4
4
author : " Toivo Henningsson" # Your name
5
5
discord : " possible_realities" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
6
6
description : " My contribution to the TT10 demo competition" # One line description of what your project does
7
7
language : " Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
8
8
clock_hz : 50400000 # Clock frequency in Hz (or 0 if not applicable)
9
9
10
10
# 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
12
13
13
14
# 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"
15
16
16
17
# List your project's source files here.
17
18
# Source files must be in ./src and you must list each source file separately, one per line.
18
19
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
19
20
source_files :
20
21
- " project.v"
21
- - " raster_scan.sv"
22
+ - " pwl4_synth.sv"
23
+ - " pwl4_player.sv"
22
24
- " 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"
23
30
24
31
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
25
32
pinout :
@@ -30,8 +37,8 @@ pinout:
30
37
ui[3] : " "
31
38
ui[4] : " "
32
39
ui[5] : " "
33
- ui[6] : " "
34
- ui[7] : " "
40
+ ui[6] : " advance[0] "
41
+ ui[7] : " advance[1] "
35
42
36
43
# Outputs
37
44
uo[0] : " R1"
0 commit comments