mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Commentary (#3908)
This commit is contained in:
parent
d118a739dc
commit
5125b94fd8
@ -479,11 +479,12 @@ distribution.
|
|||||||
Verilated and VerilatedContext
|
Verilated and VerilatedContext
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Multiple Verilated models may be part of the same simulation context, that
|
Multiple C++ Verilated models may be part of the same simulation context,
|
||||||
is share a VPI interface, sense of time, and common settings. This common
|
that is share a VPI interface, sense of time, and common settings. This
|
||||||
simulation context information is stored in a ``VerilatedContext``
|
common simulation context information is stored in a ``VerilatedContext``
|
||||||
structure. If a ``VerilatedContext`` is not created prior to creating a
|
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
|
The ``Verilated::`` methods, including the ``Verilated::commandArgs`` call
|
||||||
shown above, call VerilatedContext methods using the default global
|
shown above, call VerilatedContext methods using the default global
|
||||||
|
Loading…
Reference in New Issue
Block a user