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.

else {<br />

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

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

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

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

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

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

print "\n";<br />

}<br />

@rise_power_3 = grep(/rise_power3/,$searchstring);<br />

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

}<br />

else<br />

{<br />

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

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

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

$temp2 = join("<br />

",@temp1);<br />

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

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

print "\n";<br />

}<br />

@rise_power_4 = grep(/rise_power4/,$searchstring);<br />

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

# $modified_spice_array[$i]<br />

= $searchstring;<br />

}<br />

else {<br />

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

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

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

$temp2 = join("<br />

",@temp1);<br />

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

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

print "\n";<br />

}<br />

@rise_power_5 = grep(/rise_power5/,$searchstring);<br />

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

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

}<br />

else {<br />

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

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

$temp1[6]<br />

= "TO="."$RISE_STOP_5"."\n";<br />

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

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

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

print "\n";<br />

}<br />

@rise_power_6 = grep(/rise_power6/,$searchstring);<br />

160

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

Saved successfully!

Ooh no, something went wrong!