Ahmed Reda
12/05/2022, 7:38 PMMitch Bailey
12/06/2022, 12:17 AMsed -i.bak 's/sky130_fd_pr__res_xhigh_po_0p69/sky130_fd_pr__res_xhigh_po W=0.69/' ldo_v2_xschem.spice
Ahmed Reda
12/06/2022, 3:12 PMMitch Bailey
12/06/2022, 4:24 PMAhmed Reda
12/08/2022, 3:02 AMMitch Bailey
12/08/2022, 3:41 AMnetgen -batch
Ahmed Reda
12/08/2022, 11:14 AMgit clone <https://github.com/RTimothyEdwards/netgen.git>
cd netgen
./configure --prefix=<install_path>
make
make install
Should I use another command to update the tool?Mitch Bailey
12/08/2022, 2:02 PMNetgen 1.5.242
is what I’m using.
<install_path>
is not a literal. It’s the path to your installation directory.
If which netgen
returns /usr/local/bin/netgen
, your <install_path>
will be /usr/local
Ahmed Reda
12/08/2022, 2:11 PMMitch Bailey
12/08/2022, 2:22 PM