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 slutarius

  1. S

    Why we insert Mbist before scan ?

    MBIST circuit generated by Vendor is mostly in RTL. ( at least Mentor ) The input of MBIST insertion is either RTL or NETLIST designs. It means that, there will be 1 more compile time after MBIST insertion. SCAN inserted circuit however, mostly in NETLIST designs. ( as far as I known) There is...
  2. S

    Prime Time mismatch on get_timing_paths and report_cell

    My guess: 1. There is dont_touch attribute on those cells. You can not replace them. Please check it. 2. The "high power cell" are in the Violated path which is out of your target to replace.
  3. S

    SDC constraints for asynchronous reset

    Adding a clock to a reset signal even gives the design more issues. Please remove it.
  4. S

    SPI Slave with strange behavior

    I wonder what is the DFT scan for logic defection test. Did they confirm this ? This could be bounding issue or internal logic defection issue.
  5. S

    [No title]

    Re: Realization of D flip flop by basic gates from library while synthesizing It is simply that you can not do with a synthesis Tool. A group of people will take care a NAND level of standard cell which can circuit design, or libabry design team. The others ( like you ) will use their output (...
  6. S

    DC-topo and ICC environment comparison

    Something I ussually understand as "engine". DC can use that engine of ICC to do placing and routing within DC-topo.
  7. S

    Digital VLSI verification engineer - required knowledge

    Yes. SV is like verilog + object-orientation language. So both knowledge are required.
  8. S

    Digital VLSI verification engineer - required knowledge

    What are the requirements for such a transition? - You need to study logic function of basic standard cell : It is for gate level simulation - You need to study Simulation EDA tool, how it works, how to make a verification environment. - How to make a test pattern, how to confirm them as good...
  9. S

    DC-topo and ICC environment comparison

    If you want to improve the colleration between ICC and DC-topo, there are variable to switch the placer and router as ICC engine on DC-topo. Run time will be longer, but colleration is better.
  10. S

    PTPX Switching power calculation

    Switching power is available on the net objects. You are querying switching_power on cell which is unavailable.
  11. S

    multiple registers inside if-else of an always block

    If you want to have the FlipFlop for those "registers", you Must use the non-blocking assignment. You are using Blocking assignment which can be inferred to combinational logic or latch.
  12. S

    Working in synthesis

    It seem to me that your list of input verilog files are not enough. You need to read ../syn/output/gng_ctg.v also, before reading gng.v. Have a check if it is the reason.
  13. S

    Prime time tool of Synopsys

    You can google it. There are some of old PT version. But I wonder what you are doing ? Just your curiousness and try PrimeTime [redacted] ? If you work in a project or lesson, there are manual somewhere.
  14. S

    Prime time tool of Synopsys

    Before starting the Prime Time, you need to start yourself. Read the manual or a Lab and follow it sometimes.
  15. S

    [SOLVED] if statement within a generate for loop

    Look at this example and I am thinking about software trap to hardware designer. Still, it happends. If you break down the C code and take note on where intermediate variables have been used, it can be considered as FlipFlops on hardware code. A C for loop can be turned into a FIFO on...

Part and Inventory Search

Back
Top