Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/src/
H A DV3Graph.cpp305 dumpDotFile(v3Global.debugFilename(nameComment) + ".dot", colorAsSubgraph); in dumpDotFilePrefixed()
311 dumpDotFile(v3Global.debugFilename(nameComment) + ".dot", colorAsSubgraph); in dumpDotFilePrefixedAlways()
314 void V3Graph::dumpDotFile(const string& filename, bool colorAsSubgraph) const { in dumpDotFile() function in V3Graph
H A DV3Graph.h164 void dumpDotFile(const string& filename, bool colorAsSubgraph) const;
H A DV3Partition.cpp2115 void dumpDotFile(const string& filename) const;
2141 dumpDotFile(v3Global.debugFilename(nameComment) + ".dot"); in dumpDotFilePrefixedAlways()
2144 void ThreadSchedule::dumpDotFile(const string& filename) const { in dumpDotFile() function in ThreadSchedule