<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="EDIF - Page 5 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=EDIF&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=EDIF&amp;p=6">3.Next</a>
</p>
<p>and 4.0.0 dropped the symbolic constants entirely, using  keywords instead.So, the syntax of EDIF has a fairly simple foundation. A typical EDIF file looks like this: <syntaxhighlight lang="lisp">(edif fibex  (edifVersion 2 0 0)  (edifLevel 0) (keywordMap (keywordLevel 0))  (status (written (timeStamp 1995 1 1 1 1 1) (program "xxx" (version "v1"))))  (library xxx (edifLevel 0)    (technology (numberDefinition (scale 1 (e 1 -6) (unit distance))))    (cell dff_4 (cellType generic)      (view view1 (viewType netlist)        (interface          (port aset (direction INPUT))          (port clok (direction INPUT))    ...    (cell yyy (cellType generic)      (view schematic_ (viewType netlist)        (interface          (port CLEAR (direction INPUT))          (port CLOCK (direction INPUT)) ... )        (contents           (instance I_36_1 (viewRef view1 (cellRef dff_4)))           (instance (rename I_36_3 "I$3") (viewRef view1 (cellRef addsub_4)))           ...           (net CLEAR             (joined               (portRef CLEAR)                 (portRef aset (instanceRef I_36_1))                 (portRef aset (instanceRef I_36_3))))    ...</syntaxhighlight></p><p>
<a accesskey="1" href="page.php?w=EDIF&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=EDIF&amp;p=6">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
