forked from olofk/underserved
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunderserved.core
More file actions
48 lines (42 loc) · 964 Bytes
/
underserved.core
File metadata and controls
48 lines (42 loc) · 964 Bytes
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
CAPI=2:
name : ::underserved:0
filesets:
rtl:
files:
- src/spimemio.v
- src/subservient_gpio.v
- src/rf_shift_reg.v
- src/underserved.v
file_type:
verilogSource
depend: [serv]
tb:
files:
- test/spiflash.v
- test/tb.v
- test/firmware.hex : {file_type: user, copyto: firmware.hex}
- test/test.py : {file_type: user, copyto: .}
file_type : verilogSource
targets:
default:
filesets: [rtl, tb]
flow: sim
flow_options:
tool: icarus
cocotb_module: test
toplevel : tb
sim:
description: Underserved testbench. Runs a program from simulated SPI Flash and outputs to gpio0 as a UART.
filesets: [rtl, tb]
flow: sim
flow_options:
tool: icarus
cocotb_module: test
toplevel : tb
lint:
description: Static code checks
filesets: [rtl]
flow: lint
flow_options:
tool: verilator
toplevel : tt_um_underserved