Requirements:
Download EDIF:
| EDIF Release | EDIF only | EDIF & Parser | EDIF, Parser, & Xilinx | EDIF, Parser, Xilinx, & JHDL | EDIF only lite | EDIF & Parser lite | EDIF, Parser, & Xilinx lite | EDIF, Parser, Xilinx, & JHDL lite | Java API |
| 0.3.0 (28 Feb 2007) |
Download | Download | Download | Download | Download | Download | Download | Download | View |
| 0.2.2 (16 Mar 2006) |
Download | Download | Download | Download | Download | Download | Download | Download | View |
Description of EDIF Builds:
- EDIF only - Contains all EDIF data structures and the EDIF Parser Core
- EDIF & Parser - Also contains Merge Parser to process multiple-file designs
- EDIF, Parser, & Xilinx - Also contains the Xilinx Library
- EDIF, Parser, Xilinx, & JHDL - Also contains code to import EDIF into JHDL and view the result with CVT
- Lite distributions - do not contain source code
- Make sure you have the Java J2SE SDK 1.5 or later by typing
java -versionon the command line (if not, follow the above link for download and installation instructions) - Make sure you have the latest JHDL.jar, or download it from the link above
- Download the EDIF jar above, and make sure it was saved as a .jar file (if your operating system saved it as a .zip file then rename it to a .jar file)
- Adding (a) jar(s) to your CLASSPATH:
- Linux (cshrc) users type:
setenv CLASSPATH /pathToJar1/nameOfJar1.jar:/pathToJar2/nameOfJar2.jar:${CLASSPATH} - Cygwin (bash) users type:
export CLASSPATH='C:\pathToJar1\nameOfJar1.jar;C:\pathToJar2\nameOfJar2.jar;$CLASSPATH' - See the Demo page for tutorials
Release Notes:
- The main core of the EDIF tool was rewritten
- EDIF-to-Xilinx name parsing and matching added