carsten
04/11/2024, 10:54 AMChristoph Maier
04/11/2024, 12:29 PMTim Edwards
04/11/2024, 12:29 PMChristoph Maier
04/11/2024, 1:06 PMcarsten
04/11/2024, 2:19 PM#- Clone
git clone git@github.com:wulffern/tt06-sar.git --recursive
git checkout antenna_debug
cd tt06-sar/ip/tt06_sar_sky130nm/work/
#Antenna check
make ant
#Flat antenna check
make antfcarsten
04/11/2024, 2:26 PMTim Edwards
04/11/2024, 2:27 PMextract path extfiles
followed by `extract do local`: These are mutually exclusive; extract do local
is equivalent to extract path .
. So following that with antennacheck -p extfiles
means that you are probably not picking up the correct .ext files.carsten
04/11/2024, 2:37 PMcarsten
04/11/2024, 2:38 PMcarsten
04/11/2024, 2:38 PMTim Edwards
04/11/2024, 2:53 PMEffective antenna ratio inf > limit 3185.76
. I assume inf
can only come from a divide-by-zero result, which suggests something went wrong with the computation, which would point to why there are so many errors (since inf
is greater than everything!).Tim Edwards
04/11/2024, 4:11 PMcarsten
04/11/2024, 4:23 PMTim Edwards
04/11/2024, 5:28 PMTim Edwards
04/11/2024, 6:30 PMCell: MP0
Antenna violation detected at plane metal1
Effective antenna ratio 604.532 > limit 400
Gate rect (11214 3158) to (11430 3194)
Antenna rect (738 996) to (26726 1002)
The net name is SUNSAR_SAR8B_CV_0/CK_SAMPLE_BSSW
.carsten
04/11/2024, 6:36 PMTim Edwards
04/11/2024, 6:36 PMTim Edwards
04/11/2024, 7:23 PMChristoph Maier
04/12/2024, 2:57 AMmake install
of open_pdks
just freeze up without any error message. This has already cost me about 4 hours I don't have if I'm supposed to take chipalooza "specification" requests and intermediate deadlines seriously.Tim Edwards
04/12/2024, 1:33 PMChristoph Maier
04/12/2024, 1:54 PMopen_pdk make veryclean
logfiles saved at 03:47 AM
to
open_pdk make
logfiles saved at 04:25 AM
from
open_pdk make
logfiles saved at 17:46
to
sudo make install
logfiles saved at 18:24
during the previous installation run.
What threw me off
(and cost me several hours of sleep restarting the PDK build from scratch):
While open_pdk make
generates conspicuous CPU load,
open_pdk make install
just takes forever, with no stdout or stderr output and no conspicuously high CPU usage.
Not a bug per se, but a helpful
"Nothing to see yet. Moving along"
during install would appease users made impatient by a looming deadline, in particular if the deadline is a bit arbitrary and capricious.Tim Edwards
04/12/2024, 2:06 PMcarsten
04/13/2024, 5:20 PM