Method: HDLRuby::High::Std#pipeline
- Defined in:
- lib/HDLRuby/std/pipeline.rb
#pipeline(name) ⇒ Object
Declare a new pipeline with +name+.
216 217 218 |
# File 'lib/HDLRuby/std/pipeline.rb', line 216 def pipeline(name) return PipelineT.new(name) end |