# # Disco-Kraken Module # # DCDC Converter Net List Config File # ----------------========--======------- # # # Original Rev. 21-Feb-2023 # Most Recent Rev. 8-Nov-2023 # # # This Config file holds the nets for the DK # DC/DC Power Converters. These converters run # from the BULK_5V0 bus and it make the 6 BULK # power rails that are used by the DK board itself. # # # For reference recall the 6 DCDC Converters on DK: # # Output # Converter Ref. Power Output Expected Output Power Trends # Name Desig Bus Voltage Load Capacity Model Number # --------- ----- --------- ------- -------- -------- ------------ # # DCDC1 1701 Bulk_1V00 1.00 V 1.4 A 3 A PTH04T260WAD # DCDC2 1731 Bulk_1V05 1.05 V < 3.0 A 6 A PTH04T230WAD # DCDC3 1761 Bulk_1V2 1.20 V 4.0 A 6 A PTH04T230WAD # DCDC4 1791 Bulk_1V8 1.80 V < 1.5 A 3 A PTH04T260WAD # DCDC5 1821 Bulk_2V5 2.50 V 1.4 A 3 A PTH04T260WAD # DCDC6 1851 Bulk_3V3 3.30 V < 1.5 A 3 A PTH04T260WAD # # # # specify template file MIGT_input_template ( name = "dcdc_converter_template.txt" ) # specify number and naming of output nets files MIGT_output_instances ( total="6", start_at="1", increment_by="1" ) # specify substitutions: MIGT_substitute ( key_is="key_1_1", start_at="1", increment_by="1" ) MIGT_substitute ( key_is="key_170_30", start_at="170", increment_by="3" ) MIGT_substitute ( key_is="key_171_30", start_at="171", increment_by="3" ) MIGT_substitute ( key_is="key_172_30", start_at="172", increment_by="3" )