28.11.2012 Views

i A PHYSICAL IMPLEMENTATION WITH CUSTOM LOW POWER ...

i A PHYSICAL IMPLEMENTATION WITH CUSTOM LOW POWER ...

i A PHYSICAL IMPLEMENTATION WITH CUSTOM LOW POWER ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

$FALL_START_8 = $OFFSET8 + $ONTIME;<br />

$FALL_STOP_8 = $FALL_START_8<br />

+ $FALL_DUR;<br />

$FALL_START_9 = $OFFSET9 + $ONTIME;<br />

$FALL_STOP_9 = $FALL_START_9 + $FALL_DUR;<br />

$FALL_START_10 = $OFFSET10 + $ONTIME;<br />

$FALL_STOP_10 = $FALL_START_10 + $FALL_DUR;<br />

$FALL_START_11 = $OFFSET11<br />

+ $ONTIME;<br />

$FALL_STOP_11 = $FALL_START_11 + $FALL_DUR;<br />

$FALL_START_12 = $OFFSET12 + $ONTIME;<br />

$FALL_STOP_12 = $FALL_START_12<br />

+ $FALL_DUR;<br />

#######Replacing the V1 pulse source with the proper<br />

rise and fall transition time<br />

foreach $searchstring (@modified_spice_array)<br />

{<br />

$i++;<br />

@risetime = grep(/v7/,$searchstring);<br />

if ($#risetime == -1) {<br />

$modified_spice_array[$i] = $searchstring;<br />

}<br />

else {<br />

@temp1 = split(/\s/,$searchstring);<br />

$temp1[7] = $trarray[$j];<br />

$temp1[8] = $trarray[$j];<br />

$temp2 = join(" ",@temp1);<br />

$modified_spice_array[$i] = $temp2."\n";<br />

print $modified_spice_array[$i];<br />

print "\n";<br />

}<br />

@rise_power_one = grep(/rise_power1\s/,$searchstring);<br />

if<br />

($#rise_power_one == -1) {<br />

}<br />

else<br />

{<br />

@temp1 = split(/\s/,$searchstring);<br />

$temp1[5] = "FROM="."$RISE_START_1";<br />

$temp1[6] = "TO="."$RISE_STOP_1"."\n";<br />

$temp2 = join(" ",@temp1);<br />

$modified_spice_array[$i] = $temp2;<br />

print $modified_spice_array[$i];<br />

print "\n";<br />

}<br />

@rise_power_two = grep(/rise_power2/,$searchstring);<br />

if ($#rise_power_two == -1) {<br />

}<br />

159

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!