From 5125b94fd82b63964e5e9bc5936bd34232c5dcda Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 26 Jan 2023 18:27:00 -0500 Subject: [PATCH] Commentary (#3908) --- docs/guide/connecting.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/guide/connecting.rst b/docs/guide/connecting.rst index 35c1c6aec..a774d1ae0 100644 --- a/docs/guide/connecting.rst +++ b/docs/guide/connecting.rst @@ -479,11 +479,12 @@ distribution. Verilated and VerilatedContext ============================== -Multiple Verilated models may be part of the same simulation context, that -is share a VPI interface, sense of time, and common settings. This common -simulation context information is stored in a ``VerilatedContext`` +Multiple C++ Verilated models may be part of the same simulation context, +that is share a VPI interface, sense of time, and common settings. This +common simulation context information is stored in a ``VerilatedContext`` structure. If a ``VerilatedContext`` is not created prior to creating a -model, a default global one is created automatically. +model, a default global one is created automatically. SystemC requires +using only the single, default VerilatedContext. The ``Verilated::`` methods, including the ``Verilated::commandArgs`` call shown above, call VerilatedContext methods using the default global