|
The Title Statement allows you to provide documentary comments for the Text-Format Report File (.rpt) or the HTML-Format Report File (.htm) generated by the Compiler or Simulator. The following example shows a Title Statement:
TITLE "Display Controller";
The Title Statement has the following characteristics:
A Title Statement begins with the keyword
TITLE
, followed by a text string enclosed in double quotation
marks ("
). The statement ends with a semicolon (;
).
If a Title Statement is included in a Text Design File (.tdf),
the title appears at the top of the Text-Format Report File or HTML-Format Report File. In the example shown above,
the title Display Controller
appears in the Text-Format or HTML-Format Report File.
Title Statements must conform to the following rules:
The string can contain a maximum of 255 characters and may not contain end-of-line or end-of-file characters. To include quotation marks in the title, use two quotation marks. For example:
TITLE """EPM5130"" Display Controller";
The Title Statement can only be used once in a TDF.
The Title Statement must be placed outside of all other AHDL sections.
- PLDWorld - |
|
Created by chm2web html help conversion utility. |