Skip to content

Commit

Permalink
Removed the pdk-45nm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: aignacio <[email protected]>
  • Loading branch information
aignacio committed Jul 26, 2024
1 parent 80bd43f commit 6b0d767
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "bus_arch_sv_pkg"]
path = bus_arch_sv_pkg
url = https://github.com/aignacio/bus_arch_sv_pkg.git
[submodule "synth/pdk_45nm"]
path = synth/pdk_45nm
url = https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
9 changes: 9 additions & 0 deletions synth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
tape-out quality netlists and area/timing numbers it generates are not
representative of what would be achievable with a tape-out quality flow**

# The openPKD - 45nm dependency was removed because of its size
# In order to allow the scripts in this folder to work, please clone like below

```bash
[submodule "synth/pdk_45nm"]
path = synth/pdk_45nm
url = https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
```

# Yosys/OpenSTA Ibex Synthesis Flow

This is a synthesis-only implementation flow using Yosys for Synthesis and
Expand Down
1 change: 0 additions & 1 deletion synth/pdk_45nm
Submodule pdk_45nm deleted from 1bc06f

0 comments on commit 6b0d767

Please sign in to comment.