Glossary

multiplying operator


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 1364-1995 IEEE Standard Hardware Description Language Based on the Verilog Hardware Description Language manual for more information.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.