#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
command -v ngspice >/dev/null
test -f /opt/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice
cd "$ROOT"
python3 run_write_shmoo.py
python3 verify_write_shmoo.py
