Class: OrigenNexus::DUTWithJTAG
- Inherits:
-
Object
- Object
- OrigenNexus::DUTWithJTAG
- 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)
-
- (Object) jtag
basically if this attribute available then shows that DUTWithJTAG's JTAG driver was used instead of imported JTAG driver class.
Methods included from OrigenNexus
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 |