Don't have examples require graphviz

This commit is contained in:
Wilson Snyder 2019-11-02 17:44:58 -04:00
parent 9ff5ef4ad5
commit a28896d967

View File

@ -40,7 +40,7 @@ test-vl_file_copy:
test-vl_hier_graph:
@echo "-- vl_hier_graph example"
$(PYTHON) vl_hier_graph -o graph.dot top.v
$(DOT) -Tpdf -o graph.pdf graph.dot
@echo "Manually run: " $(DOT) -Tpdf -o graph.pdf graph.dot
######################################################################