Uses of Class
de.upb.hni.vmagic.Range

Packages that use Range
de.upb.hni.vmagic.builtin Contains wrapper classes for default VHDL language and library elements. 
de.upb.hni.vmagic.output Contains the VHDL output module. 
 

Uses of Range in de.upb.hni.vmagic.builtin
 

Methods in de.upb.hni.vmagic.builtin with parameters of type Range
static SubtypeIndication Standard.BIT_VECTOR(Range range)
          Creates a BIT_VECTOR(range) subtype indication.
static SubtypeIndication NumericStd.SIGNED(Range range)
          Creates a SIGNED(range) subtype indication.
static SubtypeIndication StdLogic1164.STD_LOGIC_VECTOR(Range range)
          Creates an STD_LOGIC_VECTOR(range) subtype indication.
static SubtypeIndication StdLogic1164.STD_ULOGIC_VECTOR(Range range)
          Creates a STD_ULOGIC_VECTOR(range) subtype indication.
static SubtypeIndication NumericStd.UNSIGNED(Range range)
          Creates an UNSIGNED(range) subtype indication.
 

Uses of Range in de.upb.hni.vmagic.output
 

Methods in de.upb.hni.vmagic.output with parameters of type Range
 void MiscellaneousElementOutput.range(Range range)
          Outputs a range.