Skip to content

Commit 6b0d767

Browse files
committed
Removed the pdk-45nm dependency
Signed-off-by: aignacio <[email protected]>
1 parent 80bd43f commit 6b0d767

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@
1010
[submodule "bus_arch_sv_pkg"]
1111
path = bus_arch_sv_pkg
1212
url = https://github.com/aignacio/bus_arch_sv_pkg.git
13-
[submodule "synth/pdk_45nm"]
14-
path = synth/pdk_45nm
15-
url = https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts

synth/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
tape-out quality netlists and area/timing numbers it generates are not
33
representative of what would be achievable with a tape-out quality flow**
44

5+
# The openPKD - 45nm dependency was removed because of its size
6+
# In order to allow the scripts in this folder to work, please clone like below
7+
8+
```bash
9+
[submodule "synth/pdk_45nm"]
10+
path = synth/pdk_45nm
11+
url = https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
12+
```
13+
514
# Yosys/OpenSTA Ibex Synthesis Flow
615

716
This is a synthesis-only implementation flow using Yosys for Synthesis and

synth/pdk_45nm

-1
This file was deleted.

0 commit comments

Comments
 (0)