MODULE D_FLIP_FLOP " TOOL: ispDesignExpert " DATE: 2000.10.29 " TITLE: ispDesignExpert " MODULE: D_FLIP_FLOP " DESIGN: D_FLIP_FLOP " FILENAME: D_Flip_Flop.abt " PROJECT: simple " VERSION: 8.1 " NOTE: DO NOT EDIT THIS FILE DIRECTLY. " This file is auto generated by ispDesignEXPERT System. " It can be removed or overwritten automatically. " If you want to edit this file, copy it to another file or " rename it with different file extension first. " Inputs D pin; RESET pin; CLOCK pin; " Outputs Q pin; " Bidirs Test_vectors ([D,RESET,CLOCK] -> [Q]) [1,1,.C.] -> 0; [1,0,.C.] -> 1; [0,0,.C.] -> 0; [1,0,.C.] -> 1; [1,1,.C.] -> 0; END