Vardhan2498
Newbie
Multiplication of Two Fractional Numbers(Decimal Numbers)
I want to multiply two decimal numbers using verilog (synthesizable code)
A = 0.9
B = 0.9
and want to store result which will be input to a adder
is there any logic which computes multiplication of two decimal numbers?
I want to multiply two decimal numbers using verilog (synthesizable code)
A = 0.9
B = 0.9
and want to store result which will be input to a adder
is there any logic which computes multiplication of two decimal numbers?