Skip to content

Commit

Permalink
add calibre paths and add output redir warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elamdf committed Dec 23, 2024
1 parent dc34973 commit 0a34662
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-cad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
tempfile=$(mktemp)
# run cadence tools on design
# WARNING: do not create/modify tool invocations to output to stdout! All output should go to $tempfile
echo "log file is $tempfile on $(hostname)" | tee -a $tempfile
echo "End-to-end CAD flow CI smoketest running on" ${{ github.head_ref }}.${{ github.sha }} > $tempfile 2>&1
make build >> $tempfile 2>&1
Expand Down
9 changes: 9 additions & 0 deletions e2e/configs-tool/cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@ vlsi.core.sim_tool: "hammer.sim.vcs"
vlsi.core.timing_tool: "hammer.timing.tempus"
vlsi.core.formal_tool: "hammer.formal.conformal"
vlsi.core.power_tool: "hammer.power.voltus"
v#lsi.core.drc_tool: "hammer.drc.calibre"
#drc.calibre.version: "2022.2_24.16"
#vlsi.core.lvs_tool: "hammer.lvs.calibre"
#lvs.calibre.version: "2022.2_24.16"
vlsi.core.drc_tool: "hammer.drc.pegasus"
drc.pegasus.version: "222"
drc.pegasus.pegasus_bin: "/tools/cadence/PEGASUS/PEGASUS222/bin/pegasus"
vlsi.core.lvs_tool: "hammer.lvs.pegasus"
lvs.pegasus.pegasus_bin: "/tools/cadence/PEGASUS/PEGASUS222/bin/pegasus"
lvs.pegasus.version: "222"

0 comments on commit 0a34662

Please sign in to comment.