You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Apr 1 20:48:19 CTP7 user.info rpcsvc: eagle48[26477] - void utils::initLogging() - Impossible to read the configuration file; using the default embedded configuration.
Apr 1 20:48:19 CTP7 user.info rpcsvc: eagle48[26477] - int memhub_open(memsvc_handle**) - Memhub initialized a semaphore. Current semaphore value = 1
Apr 1 20:48:19 CTP7 user.info rpcsvc: eagle48[26477] - void utils::initLogging() - Impossible to read the configuration file; using the default embedded configuration.
Apr 1 20:48:19 CTP7 user.err rpcsvc: eagle48[26477] - uint32_t utils::readReg(const string&) - No read permissions for GEM_AMC.GEM_SYSTEM.RELEASE:
Indeed, an attempt of read("GEM_AMC.GEM_SYSTEM.RELEASE") is happening in the gem::hw::amc::HwGenericAMC::getFirmwareVer() and this register doesn't have any permissions in the address table. @evka please comment what's the desired behavior here and how to fix (change the register, update address table)
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)