K
Kuan Zhou
Guest
Hi,
The textbook says the real number in the vhdl code can not be
synthesized. Is it correct? The example in the textbook is:
signal x: REAL := 2.5;
Begin
x <= x/3.0;
It says that the Lieteral 'of type REAL' is not supported for
synthesis. If this is true, how to implement real number operations in
vhdl?
Kuan
The textbook says the real number in the vhdl code can not be
synthesized. Is it correct? The example in the textbook is:
signal x: REAL := 2.5;
Begin
x <= x/3.0;
It says that the Lieteral 'of type REAL' is not supported for
synthesis. If this is true, how to implement real number operations in
vhdl?
Kuan