Class: RubyHDL::High::Ref

Inherits:
Expression show all
Defined in:
lib/HDLRuby/std/sequencer_sw.rb

Overview

Describes a SW implementation of a reference.

Direct Known Subclasses

RefIndex, RefName, RefRange

Instance Attribute Summary

Attributes inherited from Expression

#type

Instance Method Summary collapse

Methods inherited from Expression

#<=, #[], #initialize, #mux, #sdownto, #seach, #stimes, #supto, #to_expr, #to_ruby, #to_value

Constructor Details

This class inherits a constructor from RubyHDL::High::Expression

Instance Method Details

#final_baseObject

Get the final base: by default self.

[View source]

1778
1779
1780
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 1778

def final_base
  return self
end

#to_refObject

[View source]

1773
1774
1775
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 1773

def to_ref
  return self
end