You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat > test.spice <<'EOF'.title Voltage Multiplier* Include SkyWater sky130 device models*.lib "./sky130A/libs.tech/ngspice/sky130.lib.spice".include "./sky130A/libs.tech/ngspice/corners/tt.spice".param mc_mm_switch=0Vdd vdd gnd DC 1.8V1 in gnd pulse(0 1.8 0p 200p 100p 1n 2n)Xnot1 in vdd gnd out not1.subckt not1 a vdd vss zxm01 z a vdd vdd sky130_fd_pr__pfet_01v8_hvt l=0.15 w=0.99 as=0.26235 ad=0.26235 ps=2.51 pd=2.51xm02 z a vss vss sky130_fd_pr__nfet_01v8 l=0.15 w=0.495 as=0.131175 ad=0.131175 ps=1.52 pd=1.52c3 a vss 0.384fc2 z vss 0.576f.ends* simulation command:.tran 1ps 10ns 0 10p.controlrun*set nolegendplot in out*rusage all.endc.endEOF
wget "https://github.com/efabless/volare/releases/download/sky130-fa87f8f4bbcc7255b6f0c0fb506960f531ae2392/sky130_fd_pr.tar.zst"
wget "https://github.com/efabless/volare/releases/download/sky130-fa87f8f4bbcc7255b6f0c0fb506960f531ae2392/common.tar.zst"
tar -xvf common.tar.zst
tar -xvf sky130_fd_pr.tar.zst
ngspice_con.exe
source test.spice
Expected behavior
It works just like in linux.
Actual behavior
Error: Could not find include file ../../../libs.tech/ngspice/parasitics/sky130_fd_pr__model__parasitic__diode_pw2dn__extended_drain.model.spice
Error: Could not find include file ../../../libs.tech/ngspice/parasitics/sky130_fd_pr__model__parasitic__diode_ps2dn__extended_drain.model.spice
Description / Steps to reproduce the issue
Run this on bash
Expected behavior
It works just like in linux.
Actual behavior
Despite file existing
Verification
Windows Version
MINGW64_NT-10.0-19045
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: