Took a look at a past project in which I implemented a 2nd order SDM, with 32-bit data width, 48-bit accumulator width, 512x oversampling factor, and a simple linear interpolation as filtering.
(As I remember, increasing bit width would allow to meet the requirements in terms of distortion without having to implement more sophisticated filtering, which was actually more expensive in terms of area and max speed even with significantly lower bit width... You can actually see that confirmed when looking at the "relatively" low-cost 32-bit audio DACs out there, with specs barely matching those of a mid-range 24-bit DAC. Turns out less expensive and simpler to implement. Of course to take advantage of it, you need to feed it with true 32-bit samples, which was not a problem in my case as it was actually the native format.)
I was clocking it at 100MHz. The report shows an estimated max frequency of 690MHz (on a Spartan 6), not sure how much I can trust this, as it looks very optimistic. But yes, 300MHz should definitely be easy to reach if you implement it carefully and use simple filters.