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 brotherjam

  1. B

    problem when insert clock gating

    problem solved i wrote a test module yesterday, and synthesis it. report_timing, the path endpoint which is integrated clock-gating cell is reported as a "posedge clock flip-flop". I change to another target library, no timing violation. The endpoint is a "clock gating cell". I think the...
  2. B

    problem when insert clock gating

    I am sorry, but can you explain it a little? In clock gating, en just have setup&hold requirement of clk. I don't think DC has some error. So it should be my fault. How can I solve this problem?
  3. B

    problem when insert clock gating

    timing report just the same. CKcheckpin1: see below from solvnet. my icg is same as the figure Question: I modeled an integrated clock-gating "latch_posedge_postcontrol_obs" cell, as described in the Library Compiler User Guide: Methodology and Modeling Functionality in Technology...
  4. B

    problem when insert clock gating

    i use a integrated clock-gating cell in my design. but timing report seems to have some errors here is the timing report. clock gating cell TLATNTSCA. why use clkcpu'? i think setup check should be one cycle, use clkcpu, not clkcpu':?:?:?:?:?:? thank you very much Startpoint...
  5. B

    Please discuss Chip security

    Hi, everybody Please discuss "Chip security" such as Timing attack , Simple and Differential Power Analysis(DPA), Electromagnetic Analysis And how can we protect our chips. Thank you !
  6. B

    conditional assignment statement

    yes, you can do this like this. it is a mux followed a register.
  7. B

    to power and area,which is the best for the LUT,PLA,ROM,CAM?

    I think ROM may be the best choice for large data lookup. because ROM has fewer area and lower power.
  8. B

    how to make my design as black box

    i'm sorry that i just do the front-end design. in DC also the set_dont_touch can do
  9. B

    A question to DC(set_input_delay and set_clock_latency)

    set_input_delay dc the input delay of the first command is 2 related the source of the clk if you use the second command simultaneously. input_delay + clock_latency
  10. B

    How to do Scan Synthesis?

    you'd better to follow the toturial of the DFT,or give your error information
  11. B

    how to make my design as black box

    modue test (in1, in2,in3, out3); input in1, in2, in3; output out3; //synopsys black_box //(you can find it in DC manual) //synopsys translate_off assign out3 = in1 | in2 | in3; //synopsys translate_on endmodule

Part and Inventory Search

Back
Top