module OrigenSWD
Include this module to add a SWD driver to your class
Public Instance Methods
swd()
click to toggle source
Returns an instance of the OrigenSWD::Driver
# File lib/origen_swd.rb, line 9 def swd @swd ||= Driver.new(self) end