Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by vaishna

  1. V

    cloked scan in DFT compiler

    i have selected the scan style as -clocked scan in DFT compiler, instead of mux based design my flip-flop module is as below, module FF(clk1,clk2,si,data,q) wire clk; clk=clk1|clk2; always@(negedge clk) begin if(clk1)q=si; if(clk2)q=data; end endmodule. The above code fails in the compile -scan...
  2. V

    test control signal in dft compiler

    can anyone please tell me how to set the test control signal as test_mode/scan enable in synopsys dft compiler

Part and Inventory Search

Back
Top