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_c, #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.



2003
2004
2005
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2003

def final_base
  return self
end

#to_refObject



1998
1999
2000
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 1998

def to_ref
  return self
end