Class: HDLRuby::High::Std::DecoderT::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/HDLRuby/std/decoder.rb

Overview

The entry class

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

The fields for identifying the entry



21
22
23
# File 'lib/HDLRuby/std/decoder.rb', line 21

def code
  @code
end

#id_fieldsObject

The fields for identifying the entry



21
22
23
# File 'lib/HDLRuby/std/decoder.rb', line 21

def id_fields
  @id_fields
end

#var_fieldsObject

The fields for identifying the entry



21
22
23
# File 'lib/HDLRuby/std/decoder.rb', line 21

def var_fields
  @var_fields
end