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
#<=, #[], #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
permalink #final_base ⇒ Object
Get the final base: by default self.
1778 1779 1780 |
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 1778 def final_base return self end |
permalink #to_ref ⇒ Object
[View source]
1773 1774 1775 |
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 1773 def to_ref return self end |