[Fwd: Exemplar Handling of Initial Statement]


Subject: [Fwd: Exemplar Handling of Initial Statement]
From: David Bishop (david.bishop@kodak.com)
Date: Tue Oct 09 2001 - 13:38:16 PDT


Forwarded because "Ken Coffman <kenc@eschase.com>" is not on the
distribution list. To prevent SPAM (and we got ALOT of it) you can
only post from the address you are subscribed under.

-------- Original Message --------

Jerry Gray of ATVideo synthesized a module with Exemplar with an initial
statement added. Thanks Jerry!

The initial code:

   initial begin
     peak = 8'h0;
     max = 8'h0;
   end

Extract from the Exemplar log file:

-- Reading file 'test.v'...
"e:/designs/iris/test.v", line 58: Warning, initial statement not
supported. Ignored
-- Loading module test
-- Compiling root module 'test'
"e:/designs/iris/test.v",line 27: Warning, max is not assigned under reset;
need loops to preserve its value.
"e:/designs/iris/test.v",line 27: Warning, peak is not assigned under
reset; need loops to preserve its value.



This archive was generated by hypermail 2b28 : Tue Oct 09 2001 - 13:45:55 PDT