From 0a04f79576df1482e63e81815ea4fef01b41eb16 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 28 Oct 2018 08:16:19 -0400 Subject: [PATCH] Commentary --- bin/verilator | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/verilator b/bin/verilator index eb1b1cf03..04dfefdfb 100755 --- a/bin/verilator +++ b/bin/verilator @@ -388,6 +388,7 @@ detailed descriptions in L for more information. --x-assign Assign non-initial Xs to this value --x-initial Assign initial Xs to this value --x-initial-edge Enable initial X->0 and X->1 edge triggers + --xml-only Create XML parser output -y Directory to search for modules This is a short summary of the arguments to run-time Verilated arguments. @@ -1524,6 +1525,14 @@ convergence, and that it may be necessary to use --converge-limit to increase the number of convergence iterations. This may be another indication of problems with the modelled design that should be addressed. +=item --xml-only + +Create XML output only, do not create any other output. + +The XML format is intended to be used to leverage Verilator's parser and +elaboration to feed to other downstream tools. Be aware that the XML format +is still evolving; there will be some changes in future versions. + =item -y I Add the directory to the list of directories that should be searched for