Module: OrigenNexus
- Included in:
- DUT, DUTWithJTAG
- Defined in:
- lib/origen_nexus.rb,
lib/origen_nexus/dut.rb,
lib/origen_nexus/driver.rb
Defined Under Namespace
Classes: DUT, DUTWithJTAG, Driver
Instance Method Summary (collapse)
-
- (Object) nexus
Returns an instance of the Nexus::Driver.
Instance Method Details
- (Object) nexus
Returns an instance of the Nexus::Driver
8 9 10 |
# File 'lib/origen_nexus.rb', line 8 def nexus @nexus ||= Driver.new(self) end |