Belle II Software development
|
This is the complete list of members for FpgaUtility, including all inherited members.
arbToArb(const std::string &in, int inRadix, int outRadix, int numberOfDigits=-1) | FpgaUtility | static |
arbToDouble(std::string in, int inRadix) | FpgaUtility | static |
doubleToArb(double in, int outRadix, int numberOfDigits=-1) | FpgaUtility | static |
multipleWriteCoe(int lutInBitsize, std::map< std::string, std::vector< signed long long > > &data, const std::string &fileDirectory) | FpgaUtility | static |
readCoe(std::string inFilePath, std::vector< signed long long > &data, bool twoscomplement=0) | FpgaUtility | static |
roundInt(double value) | FpgaUtility | static |
signedToTwosComplement(std::string in, int numberOfDigits) | FpgaUtility | static |
twosComplementToSigned(std::string in) | FpgaUtility | static |
writeCoe(std::string outFilePath, int lutInBitsize, std::vector< signed long long > &data) | FpgaUtility | static |
writeSignals(std::string outFilePath, std::map< std::string, std::vector< signed long long > > &data) | FpgaUtility | static |