-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaward-winning_utils_1_spi_ram_loader_0.0.1.core
More file actions
82 lines (67 loc) · 1.76 KB
/
award-winning_utils_1_spi_ram_loader_0.0.1.core
File metadata and controls
82 lines (67 loc) · 1.76 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
73
74
75
76
77
78
79
80
81
CAPI=2:
name : award-winning:utils:spi_ram_loader:0.0.1
description : SPI device for loading data to RAM
filesets :
rtl : {files : [spi_ram_loader.v : {file_type : verilogSource}]}
sky130:
files:
- sky130.tcl : {file_type : tclSource}
- subservient_with_spi_ram_loader.v : {file_type : verilogSource}
depend : [subservient]
soc :
files:
- subservient_with_spi_ram_loader.v
- subservient_with_spi_ram_loader_and_ram.v
- subservient_generic_ram.v
file_type : verilogSource
depend : [subservient]
tb :
files: [test_spi_ram_loader.py : {file_type : user, copyto : .}]
depend : [vlog_tb_utils]
soc_tb:
files:
- test_soc.py : {file_type : user, copyto : .}
- hello.bin : {file_type : user, copyto : .}
depend : [vlog_tb_utils]
targets:
default:
filesets : [rtl]
sky130:
default_tool: openlane
filesets : [rtl, sky130]
toplevel : subservient_with_spi_ram_loader
lint:
filesets : [rtl]
flow: lint
flow_options:
tool : verilator
parameters : [AW=8]
toplevel : spi_ram_loader
sim:
filesets: [rtl, tb]
flow : sim
flow_options:
cocotb_module: test_spi_ram_loader
timescale : 1ns/1ns
tool: icarus
parameters : [AW=8]
toplevel : [spi_ram_loader]
socsim:
filesets: [rtl, soc, soc_tb]
flow : sim
flow_options:
cocotb_module: test_soc
timescale : 1ns/1ns
tool: icarus
parameters : [AW=8]
toplevel : [subservient_with_spi_ram_loader_and_ram, vlog_tb_utils]
parameters:
AW:
datatype : int
description : Width (in bits) of address bus
paramtype : vlogparam
provider:
name : github
user : olofk
repo : spi_ram_loader
version : 36564f11df9d2a65c0418a226fe313bbc86ca9eb