In VHDL, Boolean types are enumerated types. It can only take two values: true and false. Of course, this does not have any width. It can be the result of any logical operation (or, nor, and, nand, xor, not) in an if statement for instance. It can also be assigned to a similar data type to express a logical state.
logicalState <= booleanValue;
No comments:
Post a Comment