Class: HDLRuby::High::Std::PipelineT::Stage

Inherits:
Array
  • Object
show all
Defined in:
lib/HDLRuby/std/pipeline.rb

Overview

The stage class

Instance Attribute Summary collapse

Method Summary

Methods inherited from Array

#call, #constant, #hcase, #inner, #inout, #input, #make, #output, #to_expr, #to_ref, #to_type, #typedef

Instance Attribute Details

#codeObject

Returns the value of attribute code.



17
18
19
# File 'lib/HDLRuby/std/pipeline.rb', line 17

def code
  @code
end