Class: OrigenTesters::Test::BasicInterface
- Inherits:
-
Object
- Object
- OrigenTesters::Test::BasicInterface
- Includes:
- BasicTestSetups
- Defined in:
- lib/origen_testers/test/basic_interface.rb
Overview
A simple interface designed to test the Testers::BasicTestSetups module
Constant Summary
Constants included from ProgramGenerators
Instance Method Summary collapse
Methods included from BasicTestSetups
Methods included from ProgramGenerators
#_load_generator, #initialize, #pre_initialize, #tester
Methods included from Interface
#add_description!, #add_flow_enable, #add_flow_enable=, #add_meta!, #all_pattern_references, #app_identifier, #atp, #clean_referenced_patterns, #clear_pattern_references, #clear_top_level_flow, #close, #comment, #comments, #compile, #consume_comments, #context_changed?, #context_or_parameter_changed?, #descriptions, #discard_comments, #discard_top_level_flow, #flow_generator, #generating_sub_program?, #identity_map, #import, #merge_pattern_references, #on_program_completion, #parameter_changed?, #pattern_references, #pattern_references_name, #pattern_references_name=, #platform, #record_pattern_reference, #referenced_patterns, #render, #resources_mode, #resources_mode?, resources_mode?, #set_top_level_flow, #test, #top_level_flow, #unique_test_names, #unique_test_names=, with_resources_mode, write=, #write?, write?, #write_files
Methods included from ATP::FlowAPI
#atp, #atp=, #hi_limit, #limit, #lo_limit, #loop
Instance Method Details
#functional(name, options = {}) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/origen_testers/test/basic_interface.rb', line 7 def functional(name, = {}) # Apply custom defaults before calling = { bin: 3 }.merge() # Now call the generator super end |