[vhdl-200x-ft] Ft19 process_comb

From: David Bishop <dbishop@server.vhdl.org>
Date: Tue Oct 05 2004 - 07:13:21 PDT

Came up with an interesting solution to our discussion last night.

How does this sound:

process (all) is
   a <= b and c;
end process;

Simply state that if keyword "all" (which is already a reserved word)
appears in the sensitivity list then all of the inputs to that process
will appear on the sensitivity list.

I think that this is a much more generic solution than "process_comb".
Also with the discussions last night around "process_latch" and
"process_ff" I think that they should probably be dropped in this
round.

-- 
David W. Bishop dbishop@vhdl.org       All standard disclaimers apply.
Received on Tue Oct 5 07:13:24 2004

This archive was generated by hypermail 2.1.8 : Tue Oct 05 2004 - 07:13:53 PDT