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 lijian_18

  1. L

    What is the difference between telcom bus and SPI3 bus?

    telcom bus v.s spi3 bus Seems telecom bus is lucent's bus protocol. It's not a industry standard while SPI3 is. Hope it helps.
  2. L

    power consumption in IO

    Power consumption in IO can be calculated in the same way as in core. P = P_dyn + P_lek ; Dynamic power is related to Pad capacitance and signal switching rate. Leakage is process relevant. Hope it helps.
  3. L

    How to Understand Timing/Optimizing After Synthesis

    Or you can read documents in synopsys SOLD such as design compiler tutorial or user guide. That'll help you direcly.
  4. L

    Constrain on pad or on core when using DC or PT

    constrain on pad? But Pads will introduce additional delay into timing paths, if you only synthesis the core, please add more margins on input and output delay.
  5. L

    How to install systemc library in VC 6.0

    Acually the downloaded package is a VC++ 6.0 project after decompressing. It's qute straitforward. You maybe downloaded the wrong file. Try again.
  6. L

    Is PT/Formality is replacement of Gate Sim

    Gate simulation is very important and can't be replaced by PT/FM. Only if you can ensure your synthesis and STA scripts are correct. But this seldom happens.
  7. L

    Help me modify 16 QAM to work as 128 QAM demodulator

    128 QAM Demodulator 128 QAM is quite different with 16 QAM. It is more complicated and I think though 16 QAM is a good start point, their implementations will be very different. At least the equalizer is more complicated.
  8. L

    What tools should I choose?

    There is a good verification software pprovided by Sysnopsys called Telecomm workbench. It is a system-C package. It runs fast and has a lot of good features supporting Telecomm simulation.
  9. L

    Open source TV encoder/decoder?

    I guess you're looking for MPEG or H.264 encoder/decoder RTL code. There're no high quality code for this. And there is license to prevent publishing such kind of code.
  10. L

    What memory type is the best for code storing?(SOC design)

    question about soc In general, good SDR DDR or DDR2 chips will handle ECC and error correction automatically. Vendor will guarantee the quality of these SDRAMs. We need not to concern about this.
  11. L

    How to decide the fanout?

    Actually, the default number in Standard Cell Library is sufficient unless you have your specific reason to override this.
  12. L

    One counter or several conuters??

    I recommend to use as more as ripple stages to implement the counter in case of the TIMING is not violated. If your design is runnung at a very low frequency, try more stages. If a higher frequency is needed (e.g. 200MHz), a single stage must be used.
  13. L

    the netlist difference between DC and CTS

    After CTS, main clock needs to travel through a lot of clock buffers to reach the register's clock. Though no timing information is included, simulator recognize this as several delta delays. How many levels of clock buffer will cause how many delta delays. So there'll be timing violation if...
  14. L

    How to convert designs from FPGA to ASIC?

    I recommend use DC to resynthesis the whole design. Only in this way you can get more optimized circuit. What you need to do is only convert ROM, RAM and other analog IP to corresponding ASIC IPs.
  15. L

    How to reduce bus switching in the pad?

    I think the internal logic decide the bus switching rate. Maybe you can try cache data in register, fetch data from cache when needed, not from outside through bus.

Part and Inventory Search

Back
Top