forked from olofk/underserved
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.yaml
More file actions
72 lines (65 loc) · 1.85 KB
/
info.yaml
File metadata and controls
72 lines (65 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Tiny Tapeout project information
project:
title: "underserved"
author: "Olof Kindgren"
discord: "awardwinningolof_67894"
description: "The award-winning SERV, the world's smallest RISC-V CPU. Now on Tiny Tapeout!"
language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
clock_hz: 20000000
# How many tiles your design occupies? A single tile is about 167x108 uM.
tiles: "1x2"
# Your top module name must start with "tt_um_". Make it unique by including your github username:
top_module: "tt_um_underserved"
# List your project's source files here. Source files must be in ./src and you must list each source file separately, one per line:
source_files:
- serv_1.2.1/rtl/serv_bufreg.v
- serv_1.2.1/rtl/serv_bufreg2.v
- serv_1.2.1/rtl/serv_alu.v
- serv_1.2.1/rtl/serv_csr.v
- serv_1.2.1/rtl/serv_ctrl.v
- serv_1.2.1/rtl/serv_decode.v
- serv_1.2.1/rtl/serv_immdec.v
- serv_1.2.1/rtl/serv_mem_if.v
- serv_1.2.1/rtl/serv_rf_if.v
- serv_1.2.1/rtl/serv_rf_ram_if.v
- serv_1.2.1/rtl/serv_rf_ram.v
- serv_1.2.1/rtl/serv_state.v
- serv_1.2.1/rtl/serv_top.v
- serv_1.2.1/rtl/serv_rf_top.v
- serv_1.2.1/rtl/serv_aligner.v
- serv_1.2.1/rtl/serv_compdec.v
- subservient_gpio.v
- rf_shift_reg.v
- spimemio.v
- underserved.v
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
# Inputs
ui[0]: ""
ui[1]: ""
ui[2]: ""
ui[3]: ""
ui[4]: ""
ui[5]: ""
ui[6]: ""
ui[7]: ""
# Outputs
uo[0]: "gpio0"
uo[1]: "gpio1"
uo[2]: "gpio2"
uo[3]: "gpio3"
uo[4]: "gpio4"
uo[5]: "sclk"
uo[6]: "cs_n"
uo[7]: "mosi"
# Bidirectional pins
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: "miso"
# Do not change!
yaml_version: 6