Debugging the elaboration is possible through the
+dvt_elaboration_debug global build config directive. Its output is shown in the project DVT Console/build log. It accepts multiple argument values:
E.g. +dvt_elaboration_debug+STATS+EVAL
STATS
enables various statistics, e.g. number of elaborated instances, number of defparams found
MEMORY
the elaborated hierarchy, both designs and parameter values, is listed
EVAL
internal unsuccessful evaluations are marked with an UNKNOWN_EXPRESSION error that appears also in the Problems View
INCREMENTAL
additional information regarding incremental adaptive elaboration is shown
BINDS_PASS
additional information regarding the elaboration of bind directives is shown
SUBINSTANCE_COPIES
additional information regarding the SINGLE_PASS elaboration of sub-instances that get copied