Skip to content

Commit

Permalink
Remove Cadence & Synopsys plugins (#1410)
Browse files Browse the repository at this point in the history
* remove Cadence & Synopsys plugins from docs and scripts

* update conda-locks
  • Loading branch information
harrisonliew authored Mar 21, 2023
1 parent c62ff14 commit 9ef3001
Show file tree
Hide file tree
Showing 15 changed files with 332 additions and 286 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/check-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ source $SCRIPT_DIR/defaults.sh
cd $LOCAL_CHIPYARD_DIR

# ignore the private vlsi submodules
git config submodule.vlsi/hammer-cadence-plugins.update none
git config submodule.vlsi/hammer-mentor-plugins.update none
git config submodule.vlsi/hammer-synopsys-plugins.update none

# initialize submodules and get the hashes
git submodule update --init
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
[submodule "generators/sha3"]
path = generators/sha3
url = https://github.com/ucb-bar/sha3.git
[submodule "vlsi/hammer-cadence-plugins"]
path = vlsi/hammer-cadence-plugins
url = https://github.com/ucb-bar/hammer-cadence-plugins.git
[submodule "vlsi/hammer-synopsys-plugins"]
path = vlsi/hammer-synopsys-plugins
url = https://github.com/ucb-bar/hammer-synopsys-plugins.git
[submodule "vlsi/hammer-mentor-plugins"]
path = vlsi/hammer-mentor-plugins
url = https://github.com/ucb-bar/hammer-mentor-plugins.git
Expand Down
4 changes: 2 additions & 2 deletions conda-reqs/chipyard.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- ucb-bar
- litex-hub
- conda-forge
- litex-hub
- nodefaults

platforms:
Expand Down Expand Up @@ -103,7 +103,7 @@ dependencies:
- sty
- open_pdks.sky130a
- pip:
- hammer-vlsi[asap7]==1.0.5
- hammer-vlsi[asap7]==1.1.0

# doc requirements
- sphinx
Expand Down
Loading

0 comments on commit 9ef3001

Please sign in to comment.