From 63ae356ec3c6a012570bb3ad25ad4cb4e008776b Mon Sep 17 00:00:00 2001 From: jand Date: Sun, 18 May 2003 11:39:27 +0000 Subject: [PATCH] typo --- doc/cosimulation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cosimulation.tex b/doc/cosimulation.tex index 43bb3499..389c85c6 100644 --- a/doc/cosimulation.tex +++ b/doc/cosimulation.tex @@ -94,7 +94,7 @@ endmodule 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 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 in a \code{myhdl.vpi} module that is compiled from C source code.