-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tried to add qflow with no luck
- Loading branch information
Showing
26 changed files
with
197 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
virtualenv -p python3 venv | ||
source venv/bin/activate | ||
pip3 install -r requirements.txt | ||
python3 run.py recipe --csv recipes/recipe.csv | ||
python3 run.py recipe --csv $1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ git checkout ${REPO_COMMIT} | |
cd src | ||
make -f makefile.cvc64 | ||
cd .. | ||
cp src/cvc64 bin/cvc | ||
cp src/cvc64 bin/cvc64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set num_threads=16 | ||
set ngbehavior=hsa | ||
set ng_nomodcheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set num_threads=16 | ||
set ngbehavior=hsa | ||
set ng_nomodcheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
#!/bin/bash | ||
|
||
|
||
############### Openlane / openroad | ||
|
||
############### | ||
pip install click pyyaml panda | ||
|
||
############### | ||
yum install -y libQt5Widgets.so* | ||
yum install -y libtclreadline-2.1.0.* | ||
yum install -y hub | ||
|
||
|
||
############### | ||
|
||
mkdir -p $DESIGNS | ||
chmod -R 777 $DESIGNS | ||
mkdir -p /foss/designs | ||
mkdir -p /foss/pdks | ||
|
||
############### | ||
mkdir -p /foss/tools/bin | ||
cd /foss/tools/bin | ||
ln -s ../*/*/bin/* . | ||
|
||
|
||
ln -s $TOOLS/xschem/*/* $TOOLS/xschem/ | ||
|
||
############### | ||
groupmod -n designers games | ||
|
||
chown -R default:designers /headless | ||
chown -R default:designers /foss/designs | ||
|
||
############### | ||
ln -s $TOOLS/xschem/*/* $TOOLS/xschem/ | ||
|
||
############### | ||
mkdir $STARTUPDIR/logs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ARG BASE_IMAGE | ||
FROM ${BASE_IMAGE} as builder | ||
|
||
ARG REPO_URL | ||
ARG REPO_COMMIT | ||
ARG NAME | ||
|
||
ADD scripts/install.sh install.sh | ||
RUN bash install.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"args": { | ||
"GIT": "true", | ||
"BASE_IMAGE": "base", | ||
"NAME": "qflow", | ||
"REPO_URL": "https://github.com/rtimothyedwards/qflow", | ||
"REPO_COMMIT": "e1f692f" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
source scl_source enable devtoolset-8 | ||
|
||
git clone ${REPO_URL} ${NAME} | ||
cd ${NAME} | ||
git checkout ${REPO_COMMIT} | ||
./configure --prefix=/foss/tools/${NAME}/${REPO_COMMIT} | ||
make -j$(nproc) | ||
make install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sky130_fd_sc_hd: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_hvl: | ||
- tt_025C_3v30 | ||
- tt_025C_3v30_lv1v80 | ||
- ff_n40C_5v50 | ||
- ff_n40C_4v40_lv1v95 | ||
- ss_100C_1v65 | ||
- ss_100C_1v65_lv1v40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
sky130_fd_sc_hd: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_hvl: | ||
- tt_025C_3v30 | ||
- tt_025C_3v30_lv1v80 | ||
- ff_n40C_5v50 | ||
- ff_n40C_4v40_lv1v95 | ||
- ss_100C_1v65 | ||
- ss_100C_1v65_lv1v40 | ||
sky130_fd_sc_hs: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_hdll: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_ms: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_ls: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sky130_fd_sc_hd: | ||
- tt_025C_1v80 | ||
- ff_n40C_1v95 | ||
- ss_100C_1v60 | ||
sky130_fd_sc_hvl: | ||
- tt_025C_3v30 | ||
- tt_025C_3v30_lv1v80 | ||
- ff_n40C_5v50 | ||
- ff_n40C_4v40_lv1v95 | ||
- ss_100C_1v65 | ||
- ss_100C_1v65_lv1v40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import os | ||
import yaml | ||
import multiprocessing | ||
import subprocess | ||
|
||
if __name__ == "__main__": | ||
corners_str = open("./corners.yml").read() | ||
corners_by_scl = yaml.safe_load(corners_str) | ||
|
||
def make_timing_on_scl(scl: str, *corners): | ||
print(f"Starting on {scl}: {corners}...", flush=True) | ||
subprocess.check_output( | ||
[ | ||
"python3", | ||
"-m", | ||
"skywater_pdk.liberty", | ||
f"libraries/{scl}/latest", | ||
*corners, | ||
] | ||
) | ||
print(f"{scl} done.", flush=True) | ||
|
||
pool = multiprocessing.Pool() | ||
for scl, corners in corners_by_scl.items(): | ||
pool.apply_async(make_timing_on_scl, (scl, *corners)) | ||
pool.close() | ||
pool.join() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#!/bin/bash | ||
|
||
python3 -m pip install pyyaml | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Name,Version | ||
base,alpha | ||
magic,7d601628e4e05fd17fcb80c3552dacb64e9f6e7b | ||
skywater-pdk,c094b6e83a4f9298e47f696ec5a7fd53535ec5eb | ||
open_pdks,7519dfb04400f224f140749cda44ee7de6f5e095 | ||
openlane,2022.02.19_02.27.52 | ||
klayout,cee33a00991a70d39f7c0094c5494956be60f77a | ||
gtkwave,48c6409ed001f28eae9dc5fe87bb0b6b1a7c1217 | ||
iverilog,cc0a8c8dd2fef69c4f7fb8219542b1c03a71a3b4 | ||
netgen,bfb01e032f668c09ff43e889f35d611ef0e4a317 | ||
riscv-gnu-toolchain-rv32i,217e7f3debe424d61374d31e33a091a630535937 | ||
gaw3-xschem,a3239fdcc700e7b33331051eb22f47904112e849 | ||
ngscope,0.9.5 | ||
ngspice,1a6a9e6bb60ad8d07ecbfb3f35dea22379fb73e9 | ||
xschem,d457565c2d63b9acf5a48c843ca244fad14bdd16 | ||
xyce,b7c684f988381a391b36619d716419b83163078b | ||
covered,93bee2e0d89c1beb5943a329109dcf24d59498e6 | ||
irsim,3813495e55a21a024e62e21bd6993fac068a61b9 | ||
opensta,3481d3c48bdb02bc3fd6271c62daf582a522bfd0 | ||
cvc,d01c4abd446aaac3fe7f9465611d654536a20a7a | ||
foss-asic-tools,alpha |
Oops, something went wrong.