Uses of Class
com.eu.miscedautils.verilogparser.FVPSCUtil.TimeUnit

Packages that use FVPSCUtil.TimeUnit
com.eu.miscedautils.verilogparser   
 

Uses of FVPSCUtil.TimeUnit in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPSCUtil.TimeUnit
static FVPSCUtil.TimeUnit FVPSCUtil.TimeUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPSCUtil.TimeUnit[] FVPSCUtil.TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPSCUtil.TimeUnit
static void FVPSCUtil.setSimTimeUnit(FVPSCUtil.TimeUnit simTimeUnit)