SYNAPTICADcolon TRANSLATION SERVICES V2V

Next: Conditional 'casex', Up: Supported Constructs, Previous: Conditional 'if-else-if'

Conditional 'case' Statement

The case statement uses the same reasoning in both languages; both are multi-way decision statements which test for a matching expression and branch accordingly. There are, however, some limitations in VHDL, which does not have direct equivalent statements for `casex' and `casez'. The translation of `casex' and `casez' statements is detailed in the next section.