Hi, I would like to use this tool for automatic TMR insertion; the problem is that if i try to add the SVN repo with eclipse it states that is not able to find it. Is anyone having similar problems?
Output or document supported FPGA types
Modified SVN:ingnore to exclude .out files
Modified SVN:ignore and uploaded a compiled ver...
Corrected EDIF parser (use to allow EDIF versio...
BUG FIX: This corrects a bug where the port ref...
BYU EDIF Tools is not ready to fully support th...
Added class generation for K7, Zynq, and AZynq....
deleteSubCell function in EdifCell.java does not actually remove reference in nets
This is happening because the edif tool is treating the old name as a single and...
Edif Name Conflict Exception Thrown in parser when the old name of a port matches the new name of another port.
Adding resource mapping for the IOBUF_DCIEN and...
Added type Object to a Set instantiation
Hey I am trying to create an edif netlist translator from hierarchical to a flat...
Vincent Mirian, This project is still active. We intend to keep this API as general...
Hi, I am currently using RapidSmith, a tool also developed at BYU. For those whom...
Hi, I am currently using RapidSmith, a tool also developed at BYU. For those whom...
Undoing last commit. The removal of cell instan...
This code enables the removal of properties fro...
Comments
Cleaned up options for cutCellSwitch and cutIns...
Modified copying of ports to include array attr...
Comments
Modified copying of new port to reflect changed...
Clean up code when copying ports (when port is ...
Set the 'array' flag of new Ports when replicat...
Added comments
port parsing method was changed to detect "arra...
port parsing method was changed to detect "arra...
port parsing method was changed to detect "arra...
new 'addPort' method provided that requires cal...
New method 'addPort' to support "array" ports. ...
the 'toEdif' method has been updated to take ad...
The previous EdifPort assumed that single-bit p...
A lot of comments and a number of code changes....
Updated comments
Added new interface method to support which hie...
Additional comments
Update comments
Remove commented code, add additional comments
Added support for new interface method "getOrig...
Add new method "getOriginalOldNetName"
Added new method 'removeProperty(String p)'