Class: VCD::Trace

Inherits:
Object
  • Object
show all
Defined in:
lib/libfst/vcd.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idString (readonly)

Returns:

  • (String)


115
116
117
# File 'lib/libfst/vcd.rb', line 115

def id
  @id
end

#typeSymbol (readonly)

Returns event, integer, parameter, real, realtime, reg, supply0, supply1, time, tri, triand, trior, trireg, tri0, tri1, wand, wire or wor.

Returns:

  • (Symbol)

    event, integer, parameter, real, realtime, reg, supply0, supply1, time, tri, triand, trior, trireg, tri0, tri1, wand, wire or wor



112
113
114
# File 'lib/libfst/vcd.rb', line 112

def type
  @type
end

#variablesArray<Variable> (readonly)

Returns:



114
115
116
# File 'lib/libfst/vcd.rb', line 114

def variables
  @variables
end

#widthInteger (readonly)

Returns:

  • (Integer)


113
114
115
# File 'lib/libfst/vcd.rb', line 113

def width
  @width
end