Forum Discussion
Altera_Forum
Honored Contributor
10 years agoMe and my simple questions: Can I do this in FPGA?
Hi dear Altera friends. Sorry for the simple questions, i'm a beginner. My FPGA is DE1-SoC University, i'm learning how to use it. My question today is the following one: Until now, with t...
Altera_Forum
Honored Contributor
10 years agoHey I have found this library for fixed point operations “fixed_float_types.vhdl”, “fixed_generic_pkg.vhdl”, “fixed_generic_pkg-body.vhdl”,
and “fixed_pkg.vhdl”. I might just declare values directly at binary in integer.decimal format and perform the operations normally with + and * My question however if this kind of "libraries" are synthesizable and quartus II can work with them without problems. I know for example that the "/" division can be used in quartus II, but it won't synthesize in the FPGA, correct?