Commentary
This commit is contained in:
parent
b8098098d8
commit
0a04f79576
|
|
@ -388,6 +388,7 @@ detailed descriptions in L</"VERILATION ARGUMENTS"> for more information.
|
||||||
--x-assign <mode> Assign non-initial Xs to this value
|
--x-assign <mode> Assign non-initial Xs to this value
|
||||||
--x-initial <mode> Assign initial Xs to this value
|
--x-initial <mode> Assign initial Xs to this value
|
||||||
--x-initial-edge Enable initial X->0 and X->1 edge triggers
|
--x-initial-edge Enable initial X->0 and X->1 edge triggers
|
||||||
|
--xml-only Create XML parser output
|
||||||
-y <dir> Directory to search for modules
|
-y <dir> Directory to search for modules
|
||||||
|
|
||||||
This is a short summary of the arguments to run-time Verilated arguments.
|
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
|
increase the number of convergence iterations. This may be another
|
||||||
indication of problems with the modelled design that should be addressed.
|
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<dir>
|
=item -y I<dir>
|
||||||
|
|
||||||
Add the directory to the list of directories that should be searched for
|
Add the directory to the list of directories that should be searched for
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue