#! /bin/env migt.py # # # This is the Multiple Instance Generator Tool # configuration file for the UPPER GPIO NETs # of the H-CLK circuit board for HAWC # # UPPER 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 = "upper_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="2", 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_9_16", start_at="9", increment_by="16" ) MIGT_substitute ( key_is="key_10_16", start_at="10", increment_by="16" ) MIGT_substitute ( key_is="key_11_16", start_at="11", increment_by="16" ) MIGT_substitute ( key_is="key_12_16", start_at="12", increment_by="16" ) MIGT_substitute ( key_is="key_13_16", start_at="13", increment_by="16" ) MIGT_substitute ( key_is="key_14_16", start_at="14", increment_by="16" ) MIGT_substitute ( key_is="key_15_16", start_at="15", increment_by="16" ) MIGT_substitute ( key_is="key_16_16", start_at="16", increment_by="16" ) ###MIGT_substitute ( key_is="", start_at="", increment_by="" )