M
Mr. Ken
I am testing out some idea which will be later converted to fixed point and
into Verilog RTL codes.
I would probably need some floating point arithmetic like multiplication,
cosine, sine, square root etc, but C is not good for data observation or bit
manipulation or sequence control.
Verilog doesn't allow registers/operations with REAL types to be used in
clock or edge statements.
Does VHDL allow this?
My idea of using floating point in RTL is only to test some ideas in
simulation,
not meant for synthesis.
into Verilog RTL codes.
I would probably need some floating point arithmetic like multiplication,
cosine, sine, square root etc, but C is not good for data observation or bit
manipulation or sequence control.
Verilog doesn't allow registers/operations with REAL types to be used in
clock or edge statements.
Does VHDL allow this?
My idea of using floating point in RTL is only to test some ideas in
simulation,
not meant for synthesis.