Module Statement Rules
- If you use a NAME, LIBRARY, VIRTUAL DEVICE, or PHYSICAL
DEVICE statement, it must precede all other statements in the module definition
file.
- You can include source level comments in the module
definition file by beginning a line with a semicolon (;). Such lines are
ignored.
- All module definition keywords (such as NAME, LIBRARY,
and OLD) must be entered in uppercase letters.
[Back: Module Definition File Example]
[Next: Module Statements]