-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BUG: Begun further tools integrations * FEAT: Working runs format filtering * FEAT: Working openlane 2 automation * FEAT: Add openlane2 screenshots * FEAT: Include openlane 2 generated files in examples * FEAT: Working truth table deployment
- Loading branch information
1 parent
685e29f
commit 75f67cb
Showing
596 changed files
with
405,466 additions
and
71 deletions.
There are no files selected for viewing
Binary file added
BIN
+203 KB
...ic/img/examples/01b_gdsfactory_layout_integation/amaranth_driven_flow_klive.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
docs/examples/02_digital_design_simulation/our_truth_table_module.v
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/examples/designs/amaranth_driven_flow/amaranth_driven_flow/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"PDK": "sky130A", | ||
"DESIGN_NAME": "top", | ||
"VERILOG_FILES": "dir::src/*.v", | ||
"RUN_CTS": false, | ||
|
176 changes: 176 additions & 0 deletions
176
...anth_driven_flow/runs/RUN_2023-09-06_14-17-18/02-checker-linttimingconstructs/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
{ | ||
"STD_CELL_LIBRARY": "sky130_fd_sc_hd", | ||
"VDD_PIN": "VPWR", | ||
"VDD_PIN_VOLTAGE": 1.8, | ||
"GND_PIN": "VGND", | ||
"WIRE_LENGTH_THRESHOLD": null, | ||
"TECH_LEFS": { | ||
"nom_*": "/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/techlef/sky130_fd_sc_hd__nom.tlef", | ||
"min_*": "/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/techlef/sky130_fd_sc_hd__min.tlef", | ||
"max_*": "/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/techlef/sky130_fd_sc_hd__max.tlef" | ||
}, | ||
"GPIO_PADS_LEF": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_io/lef/sky130_fd_io.lef", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_io/lef/sky130_ef_io.lef" | ||
], | ||
"GPIO_PADS_LEF_CORE_SIDE": [ | ||
"/home/daquintero/.volare/sky130A/libs.tech/openlane/custom_cells/lef/sky130_fd_io_core.lef", | ||
"/home/daquintero/.volare/sky130A/libs.tech/openlane/custom_cells/lef/sky130_ef_io_core.lef" | ||
], | ||
"GPIO_PADS_VERILOG": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_io/verilog/sky130_ef_io.v" | ||
], | ||
"GPIO_PADS_PREFIX": [ | ||
"sky130_fd_io", | ||
"sky130_ef_io" | ||
], | ||
"PRIMARY_SIGNOFF_TOOL": "magic", | ||
"DEFAULT_MAX_TRAN": null, | ||
"DATA_WIRE_RC_LAYER": "met2", | ||
"CLOCK_WIRE_RC_LAYER": "met5", | ||
"DEFAULT_CORNER": "nom_tt_025C_1v80", | ||
"STA_CORNERS": [ | ||
"nom_tt_025C_1v80", | ||
"nom_ss_100C_1v60", | ||
"nom_ff_n40C_1v95", | ||
"min_tt_025C_1v80", | ||
"min_ss_100C_1v60", | ||
"min_ff_n40C_1v95", | ||
"max_tt_025C_1v80", | ||
"max_ss_100C_1v60", | ||
"max_ff_n40C_1v95" | ||
], | ||
"FP_TRACKS_INFO": "/home/daquintero/.volare/sky130A/libs.tech/openlane/sky130_fd_sc_hd/tracks.info", | ||
"FP_TAPCELL_DIST": 13, | ||
"FP_IO_HLAYER": "met3", | ||
"FP_IO_VLAYER": "met2", | ||
"RT_MIN_LAYER": "met1", | ||
"RT_MAX_LAYER": "met5", | ||
"SCL_GROUND_PINS": [ | ||
"VGND", | ||
"VNB" | ||
], | ||
"SCL_POWER_PINS": [ | ||
"VPWR", | ||
"VPB" | ||
], | ||
"FILL_CELL": [ | ||
"sky130_fd_sc_hd__fill*" | ||
], | ||
"DECAP_CELL": [ | ||
"sky130_ef_sc_hd__decap_12", | ||
"sky130_fd_sc_hd__decap_8", | ||
"sky130_fd_sc_hd__decap_6", | ||
"sky130_fd_sc_hd__decap_4", | ||
"sky130_fd_sc_hd__decap_3" | ||
], | ||
"LIB": { | ||
"*_tt_025C_1v80": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__tt_025C_1v80.lib" | ||
], | ||
"*_ss_100C_1v60": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__ss_100C_1v60.lib" | ||
], | ||
"*_ff_n40C_1v95": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__ff_n40C_1v95.lib" | ||
] | ||
}, | ||
"CELL_LEFS": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/lef/sky130_fd_sc_hd.lef", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/lef/sky130_ef_sc_hd.lef" | ||
], | ||
"CELL_GDS": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/gds/sky130_fd_sc_hd.gds" | ||
], | ||
"CELL_VERILOG_MODELS": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v" | ||
], | ||
"CELL_BB_VERILOG_MODELS": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd__blackbox_pp.v", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd__blackbox.v" | ||
], | ||
"CELL_SPICE_MODELS": [ | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_ef_sc_hd__fill_8.spice", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_ef_sc_hd__fakediode_2.spice", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_fd_sc_hd.spice", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_ef_sc_hd__fill_12.spice", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_ef_sc_hd__fill_4.spice", | ||
"/home/daquintero/.volare/sky130A/libs.ref/sky130_fd_sc_hd/spice/sky130_ef_sc_hd__decap_12.spice" | ||
], | ||
"SYNTH_EXCLUSION_CELL_LIST": "/home/daquintero/.volare/sky130A/libs.tech/openlane/sky130_fd_sc_hd/no_synth.cells", | ||
"PNR_EXCLUSION_CELL_LIST": "/home/daquintero/.volare/sky130A/libs.tech/openlane/sky130_fd_sc_hd/drc_exclude.cells", | ||
"OUTPUT_CAP_LOAD": 33.442, | ||
"MAX_FANOUT_CONSTRAINT": 10, | ||
"MAX_TRANSITION_CONSTRAINT": 0.75, | ||
"CLOCK_UNCERTAINTY_CONSTRAINT": 0.25, | ||
"CLOCK_TRANSITION_CONSTRAINT": 0.15, | ||
"TIME_DERATING_CONSTRAINT": 5, | ||
"IO_DELAY_CONSTRAINT": 20, | ||
"SYNTH_DRIVING_CELL": "sky130_fd_sc_hd__inv_2/Y", | ||
"SYNTH_CLK_DRIVING_CELL": null, | ||
"SYNTH_TIEHI_CELL": "sky130_fd_sc_hd__conb_1/HI", | ||
"SYNTH_TIELO_CELL": "sky130_fd_sc_hd__conb_1/LO", | ||
"SYNTH_BUFFER_CELL": "sky130_fd_sc_hd__buf_2/A/X", | ||
"CTS_ROOT_BUFFER": "sky130_fd_sc_hd__clkbuf_16", | ||
"CTS_CLK_BUFFERS": [ | ||
"sky130_fd_sc_hd__clkbuf_8", | ||
"sky130_fd_sc_hd__clkbuf_4", | ||
"sky130_fd_sc_hd__clkbuf_2" | ||
], | ||
"CTS_MAX_CAP": 1.53169, | ||
"FP_WELLTAP_CELL": "sky130_fd_sc_hd__tapvpwrvgnd_1", | ||
"FP_ENDCAP_CELL": "sky130_fd_sc_hd__decap_3", | ||
"IGNORE_DISCONNECTED_MODULES": [ | ||
"sky130_fd_sc_hd__conb_1" | ||
], | ||
"PLACE_SITE": "unithd", | ||
"PLACE_SITE_WIDTH": 0.46, | ||
"PLACE_SITE_HEIGHT": 2.72, | ||
"GPL_CELL_PADDING": 0, | ||
"DPL_CELL_PADDING": 0, | ||
"CELL_PAD_EXCLUDE": [ | ||
"sky130_fd_sc_hd__tap*", | ||
"sky130_fd_sc_hd__decap*", | ||
"sky130_ef_sc_hd__decap*", | ||
"sky130_fd_sc_hd__fill*" | ||
], | ||
"DIODE_CELL": "sky130_fd_sc_hd__diode_2/DIODE", | ||
"GRT_LAYER_ADJUSTMENTS": [ | ||
0.99, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"DESIGN_DIR": "/home/daquintero/piel/docs/examples/designs/amaranth_driven_flow/amaranth_driven_flow", | ||
"PDK_ROOT": "/home/daquintero/.volare", | ||
"DESIGN_NAME": "top", | ||
"PDK": "sky130A", | ||
"CLOCK_PERIOD": 10, | ||
"CLOCK_PORT": null, | ||
"CLOCK_NET": null, | ||
"VDD_NETS": null, | ||
"GND_NETS": null, | ||
"DIE_AREA": "0 0 34.5 57.12", | ||
"MACROS": null, | ||
"EXTRA_LEFS": null, | ||
"EXTRA_VERILOG_MODELS": null, | ||
"EXTRA_SPICE_MODELS": null, | ||
"EXTRA_LIBS": null, | ||
"EXTRA_GDS_FILES": null, | ||
"FP_CONTEXT_DEF": null, | ||
"FP_CONTEXT_LEF": null, | ||
"FP_PADFRAME_CFG": null, | ||
"GRT_OBS": null, | ||
"LVS_INSERT_POWER_PINS": true, | ||
"RUN_CVC": true, | ||
"LEC_ENABLE": false, | ||
"CHECK_ASSIGN_STATEMENTS": false, | ||
"QUIT_ON_LINTER_TIMING_CONSTRUCTS": true, | ||
"meta": { | ||
"openlane_version": "2.0.0b12", | ||
"step": "Checker.LintTimingConstructs" | ||
} | ||
} |
Oops, something went wrong.