The document describes sdl2pml, a tool for automatically generating SPIN models in Promela from SDL specifications. SDL2pml takes an SDL specification as input and outputs a corresponding Promela model. It implements algorithms for model construction, static analysis of the SDL specification, and generation of the Promela code. The tool is implemented in C++ and consists of around 120,000 lines of code. Examples are provided showing an SDL specification and the corresponding Promela model generated by sdl2pml both with and without probes.