Sha256: c17dc3b83d7158a2712200d31f4b141512b2545bc1f325b7741529728c1e894b
Contents?: true
Size: 513 Bytes
Versions: 107
Compression:
Stored size: 513 Bytes
Contents
module OrigenTesters module IGXLBasedTester class UltraFLEX require 'origen_testers/igxl_based_tester/base/patset_pattern' class PatsetPattern < Base::PatsetPattern # Attributes for each pattern set line PATSET_ATTRS = %w(pattern_set td_group time_domain file_name burst start_label stop_label comment) PATSET_DEFAULTS = { burst: 'Yes' } # Generate the instance method definitions based on the above define end end end end
Version data entries
107 entries across 107 versions & 1 rubygems