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 bikerboy21

  1. B

    dc_compiler: setting input_delay and output_delay for feed through paths

    DC should analyze timing on the worst case events on those start/end points, whether it's a pin or port. Overloading the port constrains with virtual clocks may introduce timing events that may not represent the actual operation of the design. I recommend researching set_clock_groups to...
  2. B

    icc read verilog problem

    I'm guessing that the Verilog file, {../../dc/output/compile.v}, does not list the definition of the module, DFFSSRX1_RVT. You would have to locate the definition of that module append/include that in compile.v. The module definition would eventually lead ICC to initialize that "_RVT" design as...
  3. B

    [SOLVED] DFT - How to add derived clock in a design

    It sounds like you would have to create those clocks in the design yourself, most probably by dividing down the original clock twice in a cascaded fashion, to generated CK2 and CK3.

Part and Inventory Search

Back
Top