File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 bash -lc "openlane --version && \
6161 openlane --run-tag \"${RUN_TAG}\" \
6262 --pdk-root \"${PDK_ROOT}\" \
63- --to synthesis \
63+ --to Yosys.Synthesis \
6464 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
6565
6666 - name : Cache OpenLane run (post-synthesis)
Original file line number Diff line number Diff line change 6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
6868 --pdk-root \"${PDK_ROOT}\" \
69- --from synthesis \
70- --to floorplan \
69+ --from Yosys.Synthesis \
70+ --to OpenROAD.GeneratePDN \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Cache OpenLane run (post-floorplan)
Original file line number Diff line number Diff line change 6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
6868 --pdk-root \"${PDK_ROOT}\" \
69- --from floorplan \
70- --to placement \
69+ --from OpenROAD.GeneratePDN \
70+ --to OpenROAD.DetailedPlacement \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Cache OpenLane run (post-placement)
Original file line number Diff line number Diff line change 6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
6868 --pdk-root \"${PDK_ROOT}\" \
69- --from placement \
70- --to cts \
69+ --from OpenROAD.DetailedPlacement \
70+ --to OpenROAD.ResizerTimingPostCTS \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Cache OpenLane run (post-CTS)
Original file line number Diff line number Diff line change 6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
6868 --pdk-root \"${PDK_ROOT}\" \
69- --from cts \
70- --to routing \
69+ --from OpenROAD.ResizerTimingPostCTS \
70+ --to OpenROAD.DetailedRouting \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Cache OpenLane run (post-routing)
Original file line number Diff line number Diff line change 6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
6868 --pdk-root \"${PDK_ROOT}\" \
69- --from routing \
70- --to signoff \
69+ --from OpenROAD.DetailedRouting \
70+ --to Checker.LVS \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Cache OpenLane run (post-signoff)
Original file line number Diff line number Diff line change 6565 ghcr.io/efabless/openlane2:2.3.10 \
6666 bash -lc "openlane --version && \
6767 openlane --run-tag \"${RUN_TAG}\" \
68- --pdk-root \"${PDK_ROOT}} \" \
69- --from signoff \
70- --to gds \
68+ --pdk-root \"${PDK_ROOT}\" \
69+ --from Checker.LVS \
70+ --to Misc.ReportManufacturability \
7171 \"${GITHUB_WORKSPACE}/asic/config.tcl\""
7272
7373 - name : Upload final GDSII artifacts
Original file line number Diff line number Diff line change 11name : ASIC RTL-to-GDS
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [ main ]
67 pull_request :
You can’t perform that action at this time.
0 commit comments