Forum Discussion

MAlek2's avatar
MAlek2
Icon for New Contributor rankNew Contributor
6 years ago

Division 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...