Class: RubyHDL::High::Ref
- Inherits:
-
Expression
- Object
- Expression
- RubyHDL::High::Ref
- Defined in:
- lib/HDLRuby/std/sequencer_sw.rb
Overview
Describes a SW implementation of a reference.
Instance Attribute Summary
Attributes inherited from Expression
Instance Method Summary collapse
-
#final_base ⇒ Object
Get the final base: by default self.
- #to_ref ⇒ Object
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_base ⇒ Object
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_ref ⇒ Object
2558 2559 2560 |
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2558 def to_ref return self end |