Searched refs:FpgaType (Results 1 – 1 of 1) sorted by relevance
56 enum class FpgaType{ enum142 NLOHMANN_JSON_SERIALIZE_ENUM(FpgaType, {143 {FpgaType::Invalid, "Invalid"},144 {FpgaType::Integrated, "Integrated"},145 {FpgaType::Discrete, "Discrete"},