A
Aki Hyyryläinen
Guest
Hi,
Verilog2001 has a signed datatype like VHDL, and signed arithmetic
multiplications are trivial, e.g.
result <= signed(a_in) * signed(b_in);
But is there a way (without external sign handling logic) in older Verilog
versions to perform a signed multiplication? Using designware components
like DW_02 is not an option...
Thanks!
-Aki
Verilog2001 has a signed datatype like VHDL, and signed arithmetic
multiplications are trivial, e.g.
result <= signed(a_in) * signed(b_in);
But is there a way (without external sign handling logic) in older Verilog
versions to perform a signed multiplication? Using designware components
like DW_02 is not an option...
Thanks!
-Aki