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 RTL2GDSII

  1. R

    Why clocks have 50% duty cycle in many designs ?

    Re: Clocks problem In a design that only uses one edge of the clock(either falling or rising), duty cycle is not important. Otherwise, you have to make sure no setup/hold is violated between FFs of different clocking edge.
  2. R

    how the pt use RC to calculate the net delay?

    Net delay is determined by the RC of that net. Ther are three model to use : 1. best case : no delay, 2. typical: balanced tree, 3. worst: lumped.PT use the back-annotated parasitic file to calculate net delay according to the model you choose.
  3. R

    false path in constraints

    It's a logical path in you circuit and that path will not be exercised in your logic function. Or the path between two clock domains is also considered false path.
  4. R

    Differences in implementing designs in Asic and FPGA

    asic vs. fpga FPGA sythesis is much more easier than ASIC. In FPGA synthesis tool, like Synplify, you just specify FPGA vendor and model of the chip, than done !
  5. R

    How to insert spare cells ?

    You can create a spare gate module and instantiate it in other modules in upper level. But you need to tie at least one signal to this spare gate I/O port. Remember set_dont_touch to this module in DC.
  6. R

    L\eonard0 Spec\trum For ASIC Synthesis

    This gate count are always confusing. Different tool has different criteria.
  7. R

    Any suggestions on how to fine-tune the FPGA implementation

    @ltera web site has an application note about timing closure !
  8. R

    Is the Xilinx ISE sw only a temp license?

    Yes, Xi1inx ISE only needs serial number. As to @ltera, some license will expire, some will never but won't work with new version of SW.
  9. R

    How to design DPLL? Request for resources

    I am very interested in this topic too. Any more in-depth info ?
  10. R

    Need help: esign a clock gating circuit

    Clock gating is used to reduce power consumption in ASIC. Is there any document about this issue ?
  11. R

    FIFO with dual clock design

    I need a synthesizable code for FIFO with dual clock (input one clcok. output another clock domain). Anybody can help ?
  12. R

    Questions about FPGA clocking

    how to use maxskew constraint I have a low end FPGA which has no PLL or DLL. Is it possible just to use digital gate to implement DLL function ? Is DLL all digital circuit ?
  13. R

    Clock Divider - any info needed

    Any digital PLL information ?
  14. R

    Clock Divider - any info needed

    Clock Divider Any info about how to generate a non-integer clock divider. Like Clk_out = Clk_in x (N/M), N and M are integer. Thanks !
  15. R

    Whats the unit delay used in timing when simulating netlist

    Unit delay question ! When simulating the netlist generated by systhesis tool, there is a unit delay used in timing. What's this unit delay ? Why not just use the timing generated by wire load model ? Thanks !

Part and Inventory Search

Back
Top