Class: RubyHDL::High::Step
- Inherits:
 - 
      Object
      
        
- Object
 - RubyHDL::High::Step
 
 
- Defined in:
 - lib/HDLRuby/std/sequencer_sw.rb
 
Overview
Describes a SW implementation of a step statement.
Instance Method Summary collapse
- 
  
    
      #initialize(sequencer)  ⇒ Step 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
Create a new step statement in sequencer +sequencer+.
 - 
  
    
      #to_ruby  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Convert to ruby code.
 
Constructor Details
Instance Method Details
#to_ruby ⇒ Object
Convert to ruby code.
      2055 2056 2057  | 
    
      # File 'lib/HDLRuby/std/sequencer_sw.rb', line 2055 def to_ruby return @sequencer.clk_up end  |