I implemented FixedSqrt and FixedRSqrt and they pass all tests. I think I'll create a combined class that can compute all of div/rem/fixed-sqrt/fixed-rsqrt before converting to nmigen since python is easier to read/write than nmigen. Jacob