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 jacobiLL

  1. J

    SOPC Builder can't open Tools -> Options

    Can anyone help me ? Thanks
  2. J

    the flow of MBIST with the sofware of MBISTArchitect

    I know a little about MBIST: model_name_bist.v ----- the bist controller model_name_bsit_con.v ----- the bist controller and ram_block (which include bist controller and ram_bypass block) model_name_tb.v -----TB model_name_v.dcscript -----DC script ,which can synthesis...
  3. J

    Problem with simulation results of a design with asynchronous FIFO

    asynchronous FIFO Thank you ,radix. You're right ! The asynchronous FIFO in my design has a rd_count which indicate the number left in fifo. At the worst case the rd_count is delayed one read clock period than normal. I think this is unavoidable.
  4. J

    Problem with simulation results of a design with asynchronous FIFO

    Hi ,all. I have a asynchronous FIFO in my design, I found the simulation results is different between RTL and netlist. It is caused by the asynchronous FIFO, at the mistake time, the read clock and the write clock is very close(0.5ns), the netlist output is late than the RTL output. I wonder to...
  5. J

    need help on 512 point FFT

    I need write a 512 point FFT in Verilog, I want use radix-2 first , divide 512 to two parts of 256 points, and then use radix-4 to calculate each 256 points. In the end ,after the final Butterfly ,it need binary re-order . I would like to know How to re-order the result? Is it different as...
  6. J

    How to handle jitter clocks in design

    I think set_clock_uncertainty should be useful
  7. J

    asynchronism reset tree ?

    Is it necessary to make a asynchronism reset tree , and How can I report the skew and latency of the reset tree in PT. Thanks !
  8. J

    need help on 512 point FFT

    Can I use radix-2 first , divide 512 to two parts of 256 points, and then use radix-4 to calculate each 256 points. How to re-order the result ,is it different as normal ?(binary re-order) Thanks in advance
  9. J

    Problems in formality

    Thanks for your reply,rca.I think you are right,maybe it is not necessary to verify RTL<=>latest netlist,but they should be equal.
  10. J

    Problems in formality

    Hello all! my formality is ok in : RTL <-> DC1 net( first dc net) RTL <-> mbist net RTL <-> DFT net, DFT net <-> DC2 (final net) but RTL </> DC2 (final net) is verify failed I use debug to analysis , found its due to...

Part and Inventory Search

Back
Top