mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 17:51:59 +02:00
Debug: Assume PDF output for dot.
This commit is contained in:
+1
-1
@@ -346,5 +346,5 @@ void V3Graph::dumpDotFile(const string& filename, bool colorAsSubgraph) {
|
||||
*logp << "}\n";
|
||||
logp->close();
|
||||
|
||||
cout << "dot -Tps -o ~/a.ps "<<filename<<endl;
|
||||
cout << "dot -Tpdf -o ~/a.pdf "<<filename<<endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user