Sha256: 1971e33f3bdb306e1f2134bfe95f6e3fa55ff9b5d565e8391d899023e33cf25b
Contents?: true
Size: 399 Bytes
Versions: 8
Compression:
Stored size: 399 Bytes
Contents
module OrigenARMDebug # Simple JTAG-specific dut model that inherits from protocol-agnostic DUT model class JTAG_DUT < DUT include OrigenJTAG include Origen::Pins # Adds jtag-required pins to the simple dut model # Returns nothing. def initialize super add_pin :tclk add_pin :tdi add_pin :tdo add_pin :tms add_pin :trst end end end
Version data entries
8 entries across 8 versions & 1 rubygems