diff --git a/docs/guide/exe_verilator.rst b/docs/guide/exe_verilator.rst index 508492d16..bd0fe1928 100644 --- a/docs/guide/exe_verilator.rst +++ b/docs/guide/exe_verilator.rst @@ -179,19 +179,6 @@ Summary: remove it from the combinatorial logic reevaluation checking code. This may greatly improve performance. -.. option:: --make - - Generates a script for the specified build tool. - - Supported values are ``gmake`` for GNU Make and ``cmake`` for CMake. - Both can be specified together. If no build tool is specified, gmake is - assumed. The executable of gmake can be configured via environment - variable "MAKE". - - When using :vlopt:`--build` Verilator takes over the responsibility of - building the model library/executable. For this reason :option:`--make` - cannot be specified when using :vlopt:`--build`. - .. option:: --compiler Enables workarounds for the specified C++ compiler (list below). @@ -599,6 +586,19 @@ Summary: If the design is not to be completely Verilated see also the :vlopt:`--bbox-sys` and :vlopt:`--bbox-unsup` options. +.. option:: --make + + Generates a script for the specified build tool. + + Supported values are ``gmake`` for GNU Make and ``cmake`` for CMake. + Both can be specified together. If no build tool is specified, gmake is + assumed. The executable of gmake can be configured via environment + variable "MAKE". + + When using :vlopt:`--build` Verilator takes over the responsibility of + building the model library/executable. For this reason :option:`--make` + cannot be specified when using :vlopt:`--build`. + .. option:: -MAKEFLAGS When using :vlopt:`--build`, add the specified argument to the invoked