On Fri, 14 Sep 2007 22:38:45 -0700, ""
<> wrote:
>Is there a forcing value system in VHDL itself. I mean something like
>force and release in verilog.
Not in the language, no. Simulators usually provide the
force functionality.
It would be possible to invent a new resolution function for
std_ulogic (or any other data type) providing a "forcing"
value, but you need to be aware that simulators are highly
optimized for the standard implementation of std_logic and
any change to it would drastically worsen simulator performance.
Synthesis tools generally do not support any kind of non-standard
resolution function.
>I was confused with the definitions of 1 and 0 and though , H and L
>are the appropriate ones.
For what?
>Other than the std_logic what are the other value systems available in
>VHDL
Any that you care to write. There are built-in data types for
boolean (FALSE, TRUE) and bit ('0', '1'). Others you would need
to write for yourself.
--
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
http://www.MYCOMPANY.com
The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.