RE: [sv-bc] RE: functional if statement

From: Steven Sharp <sharp_at_.....>
Date: Wed Dec 10 2008 - 17:08:05 PST
>From: "Clifford E. Cummings" <cliffc@sunburst-design.com>

>I have been 
>asking my students to protest and request that vendors issues errors, 
>not warnings, whenever and always_style block does not build the 
>logic requested. I can always go back and use plain old always blocks 
>if I want to ignore the warnings/errors.

This seems reasonable for always_ff and always_latch, which are like
normal always blocks except for extra checking.  But it won't work for
always_comb, since you need the sensitivity that it creates.  You
cannot just replace always_comb with a plain old always block; even
always @* may not give the same behavior.

Steven Sharp
sharp@cadence.com


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Dec 10 17:08:49 2008

This archive was generated by hypermail 2.1.8 : Wed Dec 10 2008 - 17:09:24 PST