Skip to content

Commit

Permalink
Update gds.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
watbulb authored Sep 9, 2024
1 parent a2e48ea commit 1333929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
run: |
sudo apt update
sudo apt install -y nix
cp tt/precheck/default.nix .
sudo nix-build
sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable
sudo nix-channel --update
TOP_MODULE=$(./tt/tt_tool.py --print-top-module --openlane2)
pip install gdspy gdstk
make tt_harden_top ttlogo
cp runs/wokwi/final/gds/* gds/final/
cp runs/wokwi/final/mag/* mag/final/
cp runs/wokwi/final/lef/* lef/final/
sudo nix-shell --run "PURE_ART=1 TOP_NAME=$TOP_MODULE MACRO_NAME=ttlogo magic -noconsole -dnull ./tcl/place_power_pins.tcl"
sudo nix-shell -p magic-vlsi --run 'PURE_ART=1 MACRO_NAME=ttlogo magic -noconsole -dnull ./tcl/place_power_pins.tcl'
cp {gds,lef}/final/${TOP_MODULE}.* tt_submission/
- name: Show build files (for debugging)
Expand Down

0 comments on commit 1333929

Please sign in to comment.