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

#<=, #[], #heach, #initialize, #mux, #sdownto, #seach, #stimes, #supto, #to_c, #to_expr, #to_python, #to_ruby, #to_tf, #to_value

Methods included from HEnumerable

#hall?, #hany?, #hchain, #hchunk, #hchunk_while, #hcompact, #hcount, #hcycle, #hdrop, #hdrop_while, #heach_cons, #heach_entry, #heach_range, #heach_slice, #heach_with_index, #heach_with_object, #hfind, #hfind_index, #hfirst, #hflat_map, #hgrep, #hgrep_v, #hgroup_by, #hinclude?, #hinject, #hlazy, #hmap, #hmax, #hmax_by, #hmin, #hmin_by, #hminmax, #hminmax_by, #hnone?, #hone?, #hpartition, #hreduce, #hreject, #hreverse_each, #hselect, #hslice_after, #hslice_before, #hslice_when, #hsort, #hsort_by, #hsum, #htake, #htake_while, #htally, #hto_a, #hto_h, #huniq, #hzip

Constructor Details

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

Instance Method Details

#final_baseObject

Get the final base: by default self.



2563
2564
2565
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2563

def final_base
  return self
end

#to_refObject



2558
2559
2560
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2558

def to_ref
  return self
end