Skip to content

Commit a6f43aa

Browse files
Update max links for dummy card
1 parent 2b87a02 commit a6f43aa

File tree

1 file changed

+1
-1
lines changed
  • src/CommandLineUtilities/AliceLowlevelFrontend

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/Sca.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Sca::Sca(RegisterReadWriteInterface &bar2, CardType::type cardType, int link) :
5050
} else if (cardType == CardType::Crorc) {
5151
setOffset(Registers::CRORC_BASE_INDEX, Registers::CRORC_LINK_OFFSET, Registers::CRORC_MAX_LINKS);
5252
} else if (cardType == CardType::Dummy){
53-
setOffset(0, 0x100, 6);
53+
setOffset(0, 0x100, 43);
5454
} else {
5555
throw std::runtime_error("Unknown card type, could not calculate SCA offset");
5656
}

0 commit comments

Comments
 (0)