multiplying operator Definition

In AHDL, multiplying operators perform multiplication and division operations on arithmetic expressions. Supported multiplying operators consist of multiplication (*), division (DIV), and modulus (MOD) operators.

In VHDL, multiplying operators perform arithmetic multiplication and division operations on groups and numbers. Supported multiplying operators consist of multiplication (*) and division (/) operators, which are predefined for any integer type. See "Section 7.2.6: Multiplying Operators" in the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual for more information.

In Verilog HDL, multiplying operators perform arithmetic multiplication and division operations on groups and numbers. Supported multiplying operators consist of multiplication (*), division (/), and modulo arithmetic (%). See "Section 4.1.5: Arithmetic Operators" in the IEEE Std 1394-2001 IEEE Standard Hardware Description Language manual for more information.