Uses of Class
edu.byu.ece.edif.tools.sterilize.lutreplace.AbstractEdifEnvironmentCopyReplace

Packages that use AbstractEdifEnvironmentCopyReplace
edu.byu.ece.edif.tools.sterilize.halflatch A tool for removing "Half Latch" structures from EDIF designs. 
edu.byu.ece.edif.tools.sterilize.lutreplace   
 

Uses of AbstractEdifEnvironmentCopyReplace in edu.byu.ece.edif.tools.sterilize.halflatch
 

Subclasses of AbstractEdifEnvironmentCopyReplace in edu.byu.ece.edif.tools.sterilize.halflatch
 class HalfLatchCopyReplace
           
 

Methods in edu.byu.ece.edif.tools.sterilize.halflatch with parameters of type AbstractEdifEnvironmentCopyReplace
static void HalfLatchReplacement.CreateCePort(EdifCell parent, EdifCell topCell, EdifEnvironment env, AbstractEdifEnvironmentCopyReplace ecr)
           
static void HalfLatchReplacement.CreateClrPort(EdifCell parent, EdifCell topCell, EdifEnvironment env, AbstractEdifEnvironmentCopyReplace ecr)
           
static void HalfLatchReplacement.CreatePresetPort(EdifCell parent, EdifCell topCell, EdifEnvironment env, AbstractEdifEnvironmentCopyReplace ecr)
           
static EdifCell HalfLatchReplacement.GetParentCell(EdifCell currentCell, EdifCell topCell, EdifEnvironment env, AbstractEdifEnvironmentCopyReplace ecr)
           
static void HalfLatchReplacement.Replace(AbstractEdifEnvironmentCopyReplace ecr, EdifLibraryManager libManager, EdifCell topCell, EdifEnvironment env, HalfLatchReplacement.FFType ffType, EdifCell parent, java.lang.String namePrefix, java.lang.String INIT, EdifNet c, EdifNet d, EdifNet q, EdifNet pre, EdifNet ce, EdifNet clr)
           
static void HalfLatchReplacement.Replace(AbstractEdifEnvironmentCopyReplace ecr, EdifLibraryManager libManager, EdifCell topCell, EdifEnvironment env, java.lang.String ffType, EdifCell parent, java.lang.String namePrefix, java.lang.String INIT, EdifNet c, EdifNet d, EdifNet q, EdifNet pre, EdifNet ce, EdifNet clr)
           
 

Uses of AbstractEdifEnvironmentCopyReplace in edu.byu.ece.edif.tools.sterilize.lutreplace
 

Subclasses of AbstractEdifEnvironmentCopyReplace in edu.byu.ece.edif.tools.sterilize.lutreplace
 class BasicEdifEnvironmentCopyReplace
          Provides a mechanism to copy an EdifEnvironment and replace instances in the environment with different instances.