The MDD format specification involves the MDD file Format specification and the Tcl file Format specification which are described in the following subsections.
MDD File Format Specification
The MDD file format specification describes the parameters defined in the Parameter Description section. This data section describes configurable parameters in a driver. The format used to describe these parameters is discussed in MDD Parameter Description.
Tcl File Format Specification
Each driver has a Tcl file associated with the MDD file. This Tcl file has the following sections:- DRC Section
- This section contains Tcl routines that validate your driver parameters for consistency.
- Generation Section
- This section contains Tcl routines that generate the configuration header and C files based on the driver parameters.