Class: RubyHDL::High::Sync
- Inherits:
-
Object
- Object
- RubyHDL::High::Sync
- Defined in:
- lib/HDLRuby/std/sequencer_sw.rb
Overview
Describes a SW synchronization of a signal.
Instance Method Summary collapse
-
#initialize ⇒ Sync
constructor
A new instance of Sync.
-
#to_ruby ⇒ Object
Convert to ruby code.
Constructor Details
#initialize ⇒ Sync
Returns a new instance of Sync.
2103 2104 |
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2103 def initialize end |
Instance Method Details
#to_ruby ⇒ Object
Convert to ruby code.
2107 2108 2109 |
# File 'lib/HDLRuby/std/sequencer_sw.rb', line 2107 def to_ruby return "Fiber.yield" end |