190 likes | 301 Views
Tonyluo. 程式发展流程. Circuit Generation Flow. Describes circuit components and how they are connected. CircuitDescription file is separated into five sections: /* comments section */ %CIRCUIT , %GROUP , %VALUE , %ADAPTOR /* comments section */
E N D
Tonyluo 程式发展流程
Describes circuit components and how they are connected. CircuitDescription file is separated into five sections: /* comments section */ %CIRCUIT, %GROUP,%VALUE,%ADAPTOR /* comments section */ Comments that identify the pc board for which the program was written. It is also recommended to use this section for keeping a record of any modifications made to the file. %CIRCUIT; Contains the Name, type and circuit connections of every component. R1 R CR1_A, Q1_B; %GROUP; This optional section contains groups of banked devices and cluster devices, which can be tested in parallel. BANKNAME BANK COMPONENT-NAME LIST; %VALUE Contains the value, tolerance, flagspecs and special operator messages. R1 = 1K, MSG='8875-5446-00'; %ADAPTOR Defines tester type(s) supported by each %ADAPTOR section: %ADAPTOR:2286TEMP; Multiple adaptor sections are permitted in each file. Maps the circuit connections to the test system nails. Syntax TEST-NAIL(s) = CIRCUIT-NODE(s); Example F1 = U9_1;
1 These files should be archived for Test Set Support.2 These files are needed for the RTS (Run Time system).
Automatic Test Generator (ATG) Flow Automatic test generation (ATG) using the ATG monitor page is designed to allow specific (Y/N) control to each major ATG process. ATG is purposely divided into two steps. ATG STEP-1 processes the input (.CKT) file and necessary component library information into binary (.WOR) and (.IDX) files. An ASCII (.AXR) circuit cross reference report is also generated. By careful review of the (.AXR) file, you validate your CKTGEN data entry and make any necessary corrections before developing actual test programs in ATG STEP-2.
ATG STEP-2, via user selectable options, generates test programs in separate files including an analysis report for each test program. Each analysis report must be carefully scrutinized for warnings, errors, and post ATG summary information for every component. Note that it is optional to re-run ATG STEP-1 options during ATG STEP-2.
Default File Extensions 1 These files should be archived for Test Set Support2 This file is needed for the RTS (Run Time System).