works for nios (without checksum in flash)

This commit is contained in:
2021-09-14 16:24:49 +02:00
parent fdd8b52ce1
commit ff6f960ba9
9 changed files with 5 additions and 5 deletions

View File

@ -3609,6 +3609,6 @@ void Module::programFPGAviaNios(std::vector<char> buffer) {
throw RuntimeError(os.str());
}
LOG(logINFO) << "FPGA programmed successfully";
//rebootController();
rebootController();
}
} // namespace sls