1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
This commit is contained in:
jand 2003-05-18 11:39:27 +00:00
parent ffc32b4ebb
commit 63ae356ec3

View File

@ -94,7 +94,7 @@ endmodule
The \code{\$from_myhdl} task call declares which regs are driven by The \code{\$from_myhdl} task call declares which regs are driven by
\myhdl{}, and the \code{\$to_myhdl} task call which regs \& nets are read \myhdl{}, and the \code{\$to_myhdl} task call which regs \& nets are read
by it. These tasks take an arbitrary number of arguments. They are by it. These tasks take an arbitrary number of arguments. They are
defined in a PLI module written in C and made available to in a defined in a PLI module written in C and made available in a
simulator-dependent manner. In Icarus Verilog, the tasks are defined simulator-dependent manner. In Icarus Verilog, the tasks are defined
in a \code{myhdl.vpi} module that is compiled from C source code. in a \code{myhdl.vpi} module that is compiled from C source code.