MAlek2
New Contributor
6 years agoDivision in HLS doesn't work
I'm trying to write a simple matrix inversion program and the generate an HDL code from it. I'm working with fixed point math. Here is a part of my code: typedef ac_fixed<40, 20, true> fixed_40_2...