Precessed 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