Class: HDLRuby::High::Std::DecoderT::Field

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

Overview

The description of a decoding field.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



16
17
18
# File 'lib/HDLRuby/std/decoder.rb', line 16

def content
  @content
end

#rangeObject

Returns the value of attribute range.



16
17
18
# File 'lib/HDLRuby/std/decoder.rb', line 16

def range
  @range
end