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 hoanglongroyal

  1. hoanglongroyal

    extraction of spef using star rc

    hi cyrax747, 1/ DEF file 2/ I think you will need cell/macro information (from LEF) for linking your design. 3/ RC corner that's what I am using to extract.
  2. hoanglongroyal

    Summary timing path in PT

    @ruanwang, so, I think you need tcl/perl/... script, it's not related to PT go to learn tcl/perl and you can create summary with what format you want.
  3. hoanglongroyal

    synthesis capture clock

    hi Raj, many sorry about wrong type, I mean PAIR , not PAID :(
  4. hoanglongroyal

    synthesis capture clock

    hi Raj1435, it's not from what you "constraint" the path (in your design). it come from what you designed - your launch flop L : normal, CK feed clock pin of your flop - your capture flop C : the CK signal is inverted to original. --> you launch data from L at rising edge of clock pin L, and...
  5. hoanglongroyal

    Why Synopsys DC and PrimeTime timing analysis report is same!!!!!

    yes gstekboy, - when you use SDF --> annotated, not calculate - when you use SDC --> PT will calculate timing. but I'm not sure about "accurate" :D
  6. hoanglongroyal

    Clock skew constraints for clock tree synthesis

    hi yuhiub90, as I mention, uncertainty is margin/budget timing for your design, it models skew,jitter,... timing tool will make report more pessimism by uncertainty. and this is what we need to safe design. you can't make sure 100% that the skew is the same at any time, any where, as your chip...
  7. hoanglongroyal

    Clock skew constraints for clock tree synthesis

    hi Yuhiub90, as I'm using uncertainty in synthesizing, it's just used as a margin which you want to reserve for Back-End later. in my case, synthesizer do not build clock tree follow the uncertainty and clock-tree timing is idea. I put a short report timing to you bellow: Point...
  8. hoanglongroyal

    Clock Transition violations

    hi raj, I'm not an expert on it, but I have somethings to share. - trans violations might come from big load as the previous pin drive. - to fix it, I think you need to use a stronger cell (of course you have to trade off timing/power/...) or break number of fanout (to reduce load) as I know...
  9. hoanglongroyal

    Why Synopsys DC and PrimeTime timing analysis report is same!!!!!

    hi gstekboy, I need to be cleared about your input database to PT: your netlist and SDF are exported from DC, aren't it ? if yes, when you read them into PT, it just annotate SDF to netlist (what is DC already calculated) --> should be the same - I think. to see difference, I think you should...
  10. hoanglongroyal

    input capacitane of a standard cell

    hi friend, I think - input pin capacitance is used for calculating capacitance of net which connect to the cell in design. total net cap = output cap of pin + net alone cap + cap at input pins which the net connect to. I often see in library that the cap of an input pin is 0. (maybe due to...
  11. hoanglongroyal

    multicyle path across clock domain

    why do you care about asynchronous paths? in STA, you have to specify asynchronous domains as they're (set_clock_group async), and the tool will consider them as false paths together. if you do not specify, then STA tool consider them like sync domains and check timing between them by searching...
  12. hoanglongroyal

    Clock gating, mux's and division - Cadence RC

    1. in case, have no real path between clk1_in and clk2_in set_clock_groups -logically_exclusive -group {clk1_in} -group {clk2_in} 2. you mean: create_clock clk1_in and generated_clock clk2_in source from clk1_in -div 4 , is that ? --> still need to set_clock_group if have no read path between...
  13. hoanglongroyal

    Dynamic Power doesn't scale by frequency

    hi friend, if you run your design 100x , I wonder 2 things here: 1. did you check resolution of simulation ? if your period lower than the resolution, so the simulation might not perform correctly 2. your design is close with normal freq, if you pick up it to 100x freq, surely your design will...
  14. hoanglongroyal

    How to measure the power of a signal?

    hi friend, I really think we need a Analog Mixed Signal here. digital design can't not catch any current/voltage to do the power calculation.
  15. hoanglongroyal

    help me with programming error plz

    hi friend, please check 3 points: 1. remove ";" to correct 2. remove "()" to correct 3. and also declare the output Q as register: output reg [2:0]Q;

Part and Inventory Search

Back
Top