$chanStart += 16;
}
+ if ($cprop->{'trb_compiletime'} >= 1686567120) {
+ for(my $k=0; $k<4; $k++) {
+ for(my $l=0; $l<4; $l++) {
+ $regs->{$key}{'_defs'}{'input'}{'enum'}{$k*4+$l+$chanStart} = "fpga".$k."[$l]";
+ }
+ }
+ $chanStart += 16;
+ }
+
if ($cprop->{'trb_compiletime'} >= 1416136409) {
for(my $k=0; $k<16; $k++) {
$regs->{$key}{'_defs'}{'input'}{'enum'}{$k+$chanStart} = "itc[$k]";
}
}
-
}
<table id="periph-inp-tab">
<tr>
<th class="num">#</th>
- <th colspan="5">from FPGA 1</th>
- <th colspan="5">from FPGA 2</th>
- <th colspan="5">from FPGA 3</th>
- <th colspan="5">from FPGA 4</th>
+ <th colspan="4">from FPGA 1</th>
+ <th colspan="4">from FPGA 2</th>
+ <th colspan="4">from FPGA 3</th>
+ <th colspan="4">from FPGA 4</th>
</tr>
</table>
tab.adopt(header = new Element('tr', {'class': 'snd_header'}));
header.adopt(new Element('td'));
for(var f=0; f < 4; f++) {
- for(var i=4; i>=0; i--) {
+ for(var i=4; i>0; i--) {
header.adopt(
new Element('td', {'class': 'slice' + i}).adopt(
new Element('abbr', {'text': i-1, 'title': 'mapped to FPGA' + (f+1) + '_COMM(' + (i+6) + ')' + (i?'': ' - not accessible by most frontends')})
row.adopt(new Element('td', {'text': pt, 'class': 'num'}));
for(var f=0; f<4; f++) {
- for(var i=4; i>=0; i--) {
+ for(var i=4; i>0; i--) {
var bit = (5*f + i);
row.adopt(new Element('td', {'class': 'slice' + i}).adopt(new Element('input', {
'class': 'autoupdate autocommit', 'type': 'checkbox',