Main: Product Description
What does "functionally equivalent" mean?
Functional Equivalence between Verilog and VHDL designs can be thought of as the case when Verilog and
VHDL designs will produce the SAME OUTPUT for the SAME TESTS, at the SAME TIME.
VHDL simulation semantics differ considerably from Verilog simulation. Verilog2VHDL ensures that
the VHDL produced is functionally equivalent to input Verilog by inserting delays and simulation-specific
functions where necessary.
|