Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFloating point math
Hello,this would be my first real job with fpga, and because of that, i need some help. Originally i was using STM32F4 to make single point DFT from 128 point array, but even at 250MHz it is too s...
Altera_Forum
Honored Contributor
13 years agoPrecessed question:
How to make "Counter", that counts constants ? ( it must be done in verliog ? , if yes, can come one at least guide me how to do that ? ) I could use LPM constant, and bus multiplexer, and write all constant by hand, but it should be easy way to do that input CLK (rising edge), reset ,output f32 (constant from my file or elsewhere) All multiplying and accumulating i could do in schematic programing ( since i don't know verliog) output should look like this: RESET// 1.00000000 //First rising clk edge 0.95694035 //Second rising clk edge 0.83146960 //Third rising clk edge 0.63439327 //Fourth rising clk edge 0.38268343 // and so on