#! /bin/env migt.py # # # This is the Multiple Instance Generator Tool # configuration file for the LOWER GPIO NETs # of the H-CLK circuit board for HAWC # # LOWER GPIO NETs Configuration File # --==========---====----------------------- # # # Original Rev. 22-Apr-2011 # Most Recent Rev. 19-Dec-2011 # # # Documentation about configuration files and the Multiple Instance # Generator Tool is on the web at: # # www.pa.msu.edu/hep/d0/ftp/run2b/l1cal/hardware/adf_2/net_lists/ # multiple_instance_generator_tool.txt # # # # specify template file ## MIGT_input_template ( path = "template_file_path" ) MIGT_input_template ( name = "lower_gpio_template_nets.txt" ) # specify number and naming of output net list files ## MIGT_output_instances ( path = "ouput_instances_path" ) MIGT_output_instances ( total="5", start_at="1", increment_by="2" ) # specify substitutions: MIGT_substitute ( key_is="key_1_2", start_at="1", increment_by="2" ) MIGT_substitute ( key_is="key_2_2", start_at="2", increment_by="2" ) MIGT_substitute ( key_is="key_1_16", start_at="1", increment_by="16" ) MIGT_substitute ( key_is="key_2_16", start_at="2", increment_by="16" ) MIGT_substitute ( key_is="key_3_16", start_at="3", increment_by="16" ) MIGT_substitute ( key_is="key_4_16", start_at="4", increment_by="16" ) MIGT_substitute ( key_is="key_5_16", start_at="5", increment_by="16" ) MIGT_substitute ( key_is="key_6_16", start_at="6", increment_by="16" ) MIGT_substitute ( key_is="key_7_16", start_at="7", increment_by="16" ) MIGT_substitute ( key_is="key_8_16", start_at="8", increment_by="16" ) ###MIGT_substitute ( key_is="", start_at="", increment_by="" )