better printout

This commit is contained in:
Robin Müller 2023-10-19 15:18:06 +02:00
parent befe7ec441
commit fecaad7af7
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ int obsw::obsw(int argc, char* argv[]) {
void obsw::autoSwitchHandling() {
std::string autoSwitchTarget;
auto switchToTarget = [](xsc_libnor_chip_t chip, xsc_libnor_copy_t copy) {
sif::debug << "Detected ASWI=" << autoSwitchTarget
<< "in ProASIC scratch buffer, auto-switching to image " << int(chip) << " "
<< int(copy) << std::endl;
scratch::clearValue(scratch::AUTO_SWITCH_IMAGE);
xsc_boot_copy(chip, copy);
};