Home
last modified time | relevance | path

Searched refs:tagUserCodeHex (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.cpp17 static constexpr std::string_view tagUserCodeHex = "UH"; variable
228 if (line.starts_with(tagUserCodeHex)) in jedFileParser()
240 line.substr(tagUserCodeHex.length(), numberSize)); in jedFileParser()