#! /bin/env migt.py # This is the Multiple Instance Generator Tool # configuration file for the # FPGA I/O Bank 3 # of the ADF-2 circuit board for Run IIB Cal Trig # FPGA I/O Bank 3 Configuration File # ----------------===--------------------- # Original Rev. 8-JULY-2004 # Most Recent Rev. 8-JULY-2004 # 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 ( name = "fpga_template_io_bank_3_nets.txt" ) # specify number and naming of output net list files MIGT_output_instances ( total="2", start_at="0", increment_by="1" ) # specify substitutions: MIGT_substitute ( key_is="key_0_1", start_at="0", increment_by="1" ) MIGT_substitute ( key_is="key_801_100", start_at="801", increment_by="100" ) MIGT_substitute ( key_is="key_802_100", start_at="802", increment_by="100" ) MIGT_substitute ( key_is="key_4_8", start_at="4", increment_by="8" ) MIGT_substitute ( key_is="key_5_8", start_at="5", increment_by="8" ) MIGT_substitute ( key_is="key_6_8", start_at="6", increment_by="8" ) MIGT_substitute ( key_is="key_7_8", start_at="7", increment_by="8" )