Class: OrigenNexus::DUTWithJTAG

Inherits:
Object
  • Object
show all
Includes:
OrigenNexus
Defined in:
lib/origen_nexus/dut.rb

Overview

used to test that Nexus will use the host's JTAG if present

Instance Method Summary (collapse)

Methods included from OrigenNexus

#nexus

Instance Method Details

- (Object) jtag

basically if this attribute available then shows that DUTWithJTAG's JTAG driver was used instead of imported JTAG driver class.



81
82
83
# File 'lib/origen_nexus/dut.rb', line 81

def jtag
  :used_host_jtag
end