Next: Looping Statements, Main: Supported Constructs, Previous:
Conditional 'case'
`casex' and `casez' statements are special purpose case routines provided in the Verilog language for
`dontcare' comparison. VHDL has no direct equivalent, but Verilog2VHDL writes out the equivalent
VHDL for a `casex' or `casez' statement. Each of these statements is translated to an equivalent VHDL
`if' statement and the sequential statements are updated accordingly.
|