On Wed, 25 Jun 2008 04:41:53 -0700 (PDT), koyel.aphy@[EMAIL PROTECTED]
wrote:
>"for j in s'range loop
> read(L, i); -- Get the next integer
> if j /= s'right then"
>
>what is s and /= here?
sorry, that should have been
for j in stimulus'range loop
read(L, i); -- Get the next integer
if j /= stimulus'right then
(I started with a signal called "s", later changed
its name to "stimulus", and forgot to change those
two places).
The /= operator is standard VHDL: "not equal".
--
Jonathan Bromley, Consultant
DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services
Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@[EMAIL PROTECTED]
contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.


|