
rm -rf work
vlib work
vcom -2002 thevenin_pkg.vhd resistor.vhd capacitor.vhd test_thevenin.vhd
vsim 'test_thevenin(multi_driver)' -do do.do
vsim 'test_thevenin(voltage_divider)' -do do.do
vsim 'test_thevenin(RC)' -do do.do
