Sha256: 99a92962f69fdb122dcfb1dee3340a049fa2ee1c49be8e340a585f665ced5752
Contents?: true
Size: 344 Bytes
Versions: 19
Compression:
Stored size: 344 Bytes
Contents
require 'origen' require_relative '../config/application.rb' # Include this module to add a JTAG driver to your class module OrigenJTAG autoload :TAPController, 'origen_jtag/tap_controller' autoload :Driver, 'origen_jtag/driver' # Returns an instance of the OrigenJTAG::Driver def jtag @jtag ||= Driver.new(self) end end
Version data entries
19 entries across 19 versions & 1 rubygems