Uses of Class
com.eu.miscedautils.gentbvlog.FVPClock

Packages that use FVPClock
com.eu.miscedautils.gentbvlog   
 

Uses of FVPClock in com.eu.miscedautils.gentbvlog
 

Fields in com.eu.miscedautils.gentbvlog declared as FVPClock
static FVPClock GenTBVlog.maxSimCycles
           
 

Methods in com.eu.miscedautils.gentbvlog that return FVPClock
 FVPClock FVPGenTB.getMaxSimCycles()
           
 

Methods in com.eu.miscedautils.gentbvlog that return types with arguments of type FVPClock
 java.util.LinkedList<FVPClock> FVPGenTB.getClkList()
           
 

Methods in com.eu.miscedautils.gentbvlog with parameters of type FVPClock
 void FVPGenTB.setMaxSimCycles(FVPClock maxSimCycles)
           
 

Method parameters in com.eu.miscedautils.gentbvlog with type arguments of type FVPClock
 void FVPGenTB.setClkList(java.util.LinkedList<FVPClock> clkList)