zephyrer / xdl-parser

Automatically exported from code.google.com/p/xdl-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

================
== XDL Parser ==
================

Copyright (C) 2009, 2011
- R. J. Meeuws <r.j.meeuws@gmail.com>
- ...

Notice
------------
The XDL Parser is free software.  See the files whose names start with COPYING
for copying permission.  The manuals, and some of the runtime libraries, are
under different terms; see the individual source files for details.

Description
------------
This project aims to provide a java platform for working with Xilinx XDL files.
The program parses XDL files and currently presents some statistics on the
wires, wire segments, pips, etc. The grammar is not complete in some parts
(additional reverse engineering is required) and help is welcome!

Requirements
------------
* gcj >= 4.5   (maybe older also okay?)
* javac >= 1.5 (maybe older also okay?)
* jar

About

Automatically exported from code.google.com/p/xdl-parser

License:GNU Lesser General Public License v2.1


Languages

Language:Java 94.1%Language:Makefile 5.5%Language:Shell 0.4%