Skip to content

Commit 45b16c2

Browse files
committed
gds streaming out
1 parent a4d615a commit 45b16c2

File tree

283 files changed

+1983
-93990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+1983
-93990
lines changed

info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project:
2121
- "project.v"
2222
- "scan_cell_2ph.v"
2323
- "scan_chain_2ph.v"
24-
- "sky130_sram_256B_1rw_32x64.v"
24+
- "sky130_sram_128B_1rw_32x32.v"
2525

2626
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
2727
pinout:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
verilator --lint-only --Wall --Wno-DECLFILENAME --Wno-EOFNEWLINE --top-module tt_um_openram_top /workspaces/tt25a_openram_testchip/runs/wokwi/01-verilator-lint/_deps.vlt /workspaces/tt25a_openram_testchip/runs/wokwi/tmp/a5b56ef36a1d4005b7fa913a14b2ddb8.bb.v /workspaces/tt25a_openram_testchip/runs/wokwi/tmp/73c3bdb742d944d89b0929ad1238ced8.bb.v /workspaces/tt25a_openram_testchip/src/defs.v /workspaces/tt25a_openram_testchip/src/project.v /workspaces/tt25a_openram_testchip/src/scan_cell_2ph.v /workspaces/tt25a_openram_testchip/src/scan_chain_2ph.v /workspaces/tt25a_openram_testchip/src/sky130_sram_128B_1rw_32x32.v --Wno-fatal --relative-includes --Werror-LATCH +define+PDK_sky130A +define+SCL_sky130_fd_sc_hd +define+__openlane__ +define+__pnr__ +define+USE_POWER_PINS
1+
verilator --lint-only --Wall --Wno-DECLFILENAME --Wno-EOFNEWLINE --top-module tt_um_openram_top /workspaces/tt25a_openram_testchip/runs/wokwi/01-verilator-lint/_deps.vlt /workspaces/tt25a_openram_testchip/runs/wokwi/tmp/8aea2a6dde4c46dba9c390dde03e42c1.bb.v /workspaces/tt25a_openram_testchip/runs/wokwi/tmp/62eedcd5c7ed417f849f138620347ca4.bb.v /workspaces/tt25a_openram_testchip/src/defs.v /workspaces/tt25a_openram_testchip/src/project.v /workspaces/tt25a_openram_testchip/src/scan_cell_2ph.v /workspaces/tt25a_openram_testchip/src/scan_chain_2ph.v /workspaces/tt25a_openram_testchip/src/sky130_sram_128B_1rw_32x32.v --Wno-fatal --relative-includes --Werror-LATCH +define+PDK_sky130A +define+SCL_sky130_fd_sc_hd +define+__openlane__ +define+__pnr__ +define+USE_POWER_PINS
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`verilator_config
22
lint_off -rule DECLFILENAME
33
lint_off -rule EOFNEWLINE
4-
lint_off -rule UNDRIVEN -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/a5b56ef36a1d4005b7fa913a14b2ddb8.bb.v"
5-
lint_off -rule UNUSEDSIGNAL -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/a5b56ef36a1d4005b7fa913a14b2ddb8.bb.v"
6-
lint_off -rule UNDRIVEN -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/73c3bdb742d944d89b0929ad1238ced8.bb.v"
7-
lint_off -rule UNUSEDSIGNAL -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/73c3bdb742d944d89b0929ad1238ced8.bb.v"
4+
lint_off -rule UNDRIVEN -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/8aea2a6dde4c46dba9c390dde03e42c1.bb.v"
5+
lint_off -rule UNUSEDSIGNAL -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/8aea2a6dde4c46dba9c390dde03e42c1.bb.v"
6+
lint_off -rule UNDRIVEN -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/62eedcd5c7ed417f849f138620347ca4.bb.v"
7+
lint_off -rule UNUSEDSIGNAL -file "/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/62eedcd5c7ed417f849f138620347ca4.bb.v"

runs/wokwi/01-verilator-lint/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"json_h": null
181181
}
182182
},
183-
"EXTRA_LEFS": [
184-
"src/sky130_sram_128B_1rw_32x32.lef"
183+
"EXTRA_LEFS": null,
184+
"EXTRA_VERILOG_MODELS": [
185+
"src/sky130_sram_128B_1rw_32x32.v"
185186
],
186-
"EXTRA_VERILOG_MODELS": null,
187187
"EXTRA_SPICE_MODELS": null,
188188
"EXTRA_LIBS": null,
189189
"EXTRA_GDS_FILES": null,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
00:00:00.601
1+
00:00:00.471

runs/wokwi/01-verilator-lint/verilator-lint.log

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
%Warning-MODDUP: /workspaces/tt25a_openram_testchip/src/sky130_sram_128B_1rw_32x32.v:9:8: Duplicate declaration of module: 'sky130_sram_128B_1rw_32x32'
2-
/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/73c3bdb742d944d89b0929ad1238ced8.bb.v:3:8: ... Location of original declaration
1+
%Warning-MODDUP: /workspaces/tt25a_openram_testchip/src/sky130_sram_128B_1rw_32x32.v:11:8: Duplicate declaration of module: 'sky130_sram_128B_1rw_32x32'
2+
/workspaces/tt25a_openram_testchip/src/project.v:9:1: ... note: In file included from 'project.v'
3+
/workspaces/tt25a_openram_testchip/runs/wokwi/tmp/62eedcd5c7ed417f849f138620347ca4.bb.v:3:8: ... Location of original declaration
34
3 | module sky130_sram_128B_1rw_32x32(vccd1, vssd1, clk0, csb0, web0, wmask0, spare_wen0, addr0, din0, dout0);
45
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
56
... For warning description see https://verilator.org/warn/MODDUP?v=5.018
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"time": {
3-
"cpu_time_user": "00:00:00.030",
3+
"cpu_time_user": "00:00:00.020",
44
"cpu_time_system": "00:00:00.010",
5-
"runtime": "00:00:00.203",
5+
"runtime": "00:00:00.100",
66
"cpu_time_iowait": "00:00:00.000"
77
},
88
"peak_resources": {
9-
"cpu_percent": 19.9,
10-
"memory_rss": "12MiB",
11-
"memory_vms": "233MiB",
9+
"cpu_percent": 29.9,
10+
"memory_rss": "2MiB",
11+
"memory_vms": "3MiB",
1212
"threads": 1
1313
},
1414
"avg_resources": {
15-
"cpu_percent": 9.85,
16-
"memory_rss": "3MiB",
17-
"memory_vms": "59MiB",
18-
"threads": 0.75
15+
"cpu_percent": 9.966666666666667,
16+
"memory_rss": "684KiB",
17+
"memory_vms": "1MiB",
18+
"threads": 0.6666666666666666
1919
}
2020
}

runs/wokwi/02-checker-linttimingconstructs/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"json_h": null
181181
}
182182
},
183-
"EXTRA_LEFS": [
184-
"src/sky130_sram_128B_1rw_32x32.lef"
183+
"EXTRA_LEFS": null,
184+
"EXTRA_VERILOG_MODELS": [
185+
"src/sky130_sram_128B_1rw_32x32.v"
185186
],
186-
"EXTRA_VERILOG_MODELS": null,
187187
"EXTRA_SPICE_MODELS": null,
188188
"EXTRA_LIBS": null,
189189
"EXTRA_GDS_FILES": null,

runs/wokwi/03-checker-linterrors/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"json_h": null
181181
}
182182
},
183-
"EXTRA_LEFS": [
184-
"src/sky130_sram_128B_1rw_32x32.lef"
183+
"EXTRA_LEFS": null,
184+
"EXTRA_VERILOG_MODELS": [
185+
"src/sky130_sram_128B_1rw_32x32.v"
185186
],
186-
"EXTRA_VERILOG_MODELS": null,
187187
"EXTRA_SPICE_MODELS": null,
188188
"EXTRA_LIBS": null,
189189
"EXTRA_GDS_FILES": null,

runs/wokwi/04-checker-lintwarnings/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"json_h": null
181181
}
182182
},
183-
"EXTRA_LEFS": [
184-
"src/sky130_sram_128B_1rw_32x32.lef"
183+
"EXTRA_LEFS": null,
184+
"EXTRA_VERILOG_MODELS": [
185+
"src/sky130_sram_128B_1rw_32x32.v"
185186
],
186-
"EXTRA_VERILOG_MODELS": null,
187187
"EXTRA_SPICE_MODELS": null,
188188
"EXTRA_LIBS": null,
189189
"EXTRA_GDS_FILES": null,

0 commit comments

Comments
 (0)