To build a verilig model, you have 2 ways (those are the ones I know) :
1-A simplified way :You can use the laplace_nd({num coeffs},{denom coeffs})
to implement the NTF of the DS modulator (note that this is valid only for VerilogA or VerilogAMS).
2-Build a behavioral model for each accumulator ,register ,adder ,subractor...etc.
Then connect them (for example in a schematic) and simulate the new block .
I've tried the second way (but I used VHDL) and it gave good results .