mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
nios kernel update takes time, simulating
This commit is contained in:
@ -757,8 +757,10 @@ class Module : public virtual slsDetectorDefs {
|
||||
mutable sls::SharedMemory<sharedModule> shm{0, 0};
|
||||
static const int BLACKFIN_ERASE_FLASH_TIME = 65;
|
||||
static const int BLACKFIN_WRITE_TO_FLASH_TIME = 30;
|
||||
static const int NIOS_ERASE_FLASH_TIME = 10;
|
||||
static const int NIOS_WRITE_TO_FLASH_TIME = 45;
|
||||
static const int NIOS_ERASE_FLASH_TIME_FPGA = 10;
|
||||
static const int NIOS_WRITE_TO_FLASH_TIME_FPGA = 45;
|
||||
static const int NIOS_ERASE_FLASH_TIME_FPGA = 9;
|
||||
static const int NIOS_WRITE_TO_FLASH_TIME_FPGA = 39;
|
||||
};
|
||||
|
||||
} // namespace sls
|
Reference in New Issue
Block a user