Class: OrigenTesters::SmartestBasedTester::V93K_SMT8::LimitsFile

Inherits:
Base::LimitsFile show all
Defined in:
lib/origen_testers/smartest_based_tester/v93k_smt8/limits_file.rb

Constant Summary collapse

TEMPLATE =
"#{Origen.root!}/lib/origen_testers/smartest_based_tester/v93k_smt8/templates/limits.csv.erb"

Instance Attribute Summary

Attributes inherited from Base::LimitsFile

#bin_names, #flow, #flowname, #test_modes

Instance Method Summary collapse

Methods inherited from Base::LimitsFile

#empty?, #generate, #header, #initialize, #limits_workbook, #lines, #on_sub_flow, #on_test, #subdirectory

Methods included from Generator

#close, #collection, #collection=, #compiler, #current_dir, #dont_diff=, execute_source, #file_extension, #file_pipeline, #filename, #filename=, #finalize, #identity_map, #import, #inhibit_output, #name, #on_close, original_reference_file, original_reference_file=, #output_file, #output_inhibited?, #platform, #reference_file, #render, #set_flow_description, #stats, #to_be_written?, #write_from_template, #write_to_file

Methods inherited from ATP::Formatter

#format, format, run, run_and_format, #run_and_format

Methods inherited from ATP::Processor

#clean_flag, #extract_volatiles, #handler_missing, #process, #process_all, #run, #volatile?, #volatile_flags

Constructor Details

This class inherits a constructor from OrigenTesters::SmartestBasedTester::Base::LimitsFile

Instance Method Details

#fully_formatted_filenameObject



8
9
10
# File 'lib/origen_testers/smartest_based_tester/v93k_smt8/limits_file.rb', line 8

def fully_formatted_filename
  "Main.#{@filename}_Tests.csv"
end