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 bongosontan

  1. B

    [SOLVED] Signal coming as undefined in verilog behavioral simulation

    Hi, I am testing a verilog code which has the following structure: reg a; wire b; always @(posedge clk) begin a <= b; end wire c = a ^ 1 ; assign b = c ^ 1 ; But all a, b and c are coming as undefined in the behavioral simulation. This is a part of a bigger code, after debugging the signals...
  2. B

    [SOLVED] **ERROR: (IMPCCOPT-4082): No timing clocks found therefore cannot extract clock trees. An SDC file should be loaded.

    Hi, Thank you for answering. I double checked and the sdc file is correctly read by Innovus. And replacing "create_clock_tree_spec" with place_opt also does not work. ccopt_design is facing the same errors.
  3. B

    [SOLVED] **ERROR: (IMPCCOPT-4082): No timing clocks found therefore cannot extract clock trees. An SDC file should be loaded.

    Hi everyone, I am trying to implement ccopt_design in Innovus (version 22.1) and facing a cople of errors which I am not understanding enough what is the error about. The error are: 1. **ERROR: (IMPCCOPT-4082): No timing clocks found therefore cannot extract clock trees. An SDC file...

Part and Inventory Search

Back
Top