$feat .= ", trigger generation" if ($inclLow->{$addr}&0x8000);
}
if($table == 1 || $table == 2 || $table ==3 || $table == 4) {
- if ($inclHigh->{$addr} & 0x100) { $feat .= "\nLCD Output";}
+ if ($inclHigh->{$addr} & 0x100) { $feat .= "\nLCD Output";}
if ($inclHigh->{$addr} & 0x200) { $feat .= "\nReference Time: through Clock Manager";}
if ($inclHigh->{$addr} & 0x400) { $feat .= "\nSPI";}
if ($inclHigh->{$addr} & 0x800) { $feat .= "\nUART";}
+ if ($inclHigh->{$addr} & 0x2000){ $feat .= "\nGbE";}
if ($inclHigh->{$addr}>>12&0xF) {
$feat .= "\nInput monitor:";
my $d = trb_register_read($addr,0xdf8f) // trb_register_read($addr,0xdf8f);
if($type == 0x96) { $file = 'dirich'; }
if($type == 0x97) { $file = 'dirich_concentrator'; }
if($type == 0xa5) { $file = 'trb5sc'; }
+ if($type == 0xa6) { $file = 'mdcmbo'; }
if($type == 0x23 && -e "/home/hadaq/trbsoft/daq/mdc/serials_oep.db" ) {$file = "/home/hadaq/trbsoft/daq/mdc/serials_oep.db";}
return '-' unless $file;