-
Notifications
You must be signed in to change notification settings - Fork 1
/
chip_integration_test.core
58 lines (49 loc) · 1.72 KB
/
chip_integration_test.core
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
CAPI=2:
name : ::chip_integration_test:1.0.0
filesets:
padframe:
files:
- src/padframe/rtl/defines.v
- src/padframe/rtl/pads.v
- src/padframe/rtl/chip_io.v
- src/padframe/params.tcl : {file_type : tclSource}
- src/padframe/interactive.tcl : {file_type : interactive}
- src/padframe/padframe.cfg : {file_type : cfgSource}
- src/padframe/blackbox/sky130_fd_io__top_xres4v2.v : {file_type : verilogBlackbox}
file_type : verilogSource
core:
files:
- src/core/params.tcl : {file_type : tclSource}
depend : [test_core]
chip:
files:
- src/chip/rtl/chip.v : {file_type : verilogSource}
- src/chip/params.tcl
- src/chip/presynthesis.tcl
file_type : tclSource
staticchip:
files:
- prebuilt/core/lef/testdesign.lef : {file_type : LEF}
- prebuilt/core/verilog/gl/testdesign.v : {file_type : verilogBlackbox}
- prebuilt/padframe/lef/chip_io.lef : {file_type : LEF}
- prebuilt/padframe/verilog/gl/chip_io.v : {file_type : verilogBlackbox}
- src/chip/rtl/chip.v : {file_type : verilogSource}
- src/staticchip/params.tcl : {file_type : tclSource}
- src/staticchip/interactive.tcl : {file_type : interactive}
targets:
padframe:
default_tool : openlane
filesets : [padframe]
toplevel : chip_io
core:
default_tool : openlane
filesets : [core]
toplevel : testdesign
chip:
default_tool : openlane
filesets : [chip]
toplevel : chip
staticchip:
default_tool : openlane
filesets : [staticchip]
toplevel : chip