#!/bin/bash

# Synthesis loop
./syn_loop | tee syn_loop.jou

# Simulate behavioural circuit produced from vasy,
# boom, boog and loon (0fF and 6fF wireloads).
# vasy fails
bash sim.txt

# Place and route circuit for metal-2 running horizontally
# and vertically; then extract logic netlist from layouts
# and compare to the one produced by loon. Run DRC with
# 0.13um rules and then merge in CIF and GDS files.
./layout_loop | tee layout_loop.jou
