Home
last modified time | relevance | path

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

/dports/cad/yosys/yosys-yosys-0.12/libs/subcircuit/
H A Dsubcircuit.cc809 std::map<std::string, std::string> currentSubCandidate = currentCandidate; in matchNodes() local
810 applyPermutation(currentSubCandidate, permutation); in matchNodes()
837 std::map<std::string, std::string> currentSubCandidate = currentCandidate; in matchNodes() local
838 applyPermutation(currentSubCandidate, permutation); in matchNodes()
1007 std::map<std::string, std::string> currentSubCandidate = currentCandidate; in generatePortmapCandidates() local
1008 applyPermutation(currentSubCandidate, permutation); in generatePortmapCandidates()
1009 if (checkPortmapCandidate(enumerationMatrix, needle, haystack, idx, currentSubCandidate)) in generatePortmapCandidates()
1010 portmapCandidates.insert(currentSubCandidate); in generatePortmapCandidates()
1033 std::map<std::string, std::string> currentSubCandidate = currentCandidate; in generatePortmapCandidates() local
1034 applyPermutation(currentSubCandidate, permutation); in generatePortmapCandidates()
[all …]