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 eChipDesign

  1. E

    The simplest way to design a pulse generator

    The above code just increase the pulse by one 'fast clock' because you are just introducing a flop and 'or'ing with the signal. It definitely doesnt double the pulse width. Would work for cases where the width of the pulse is one fast clock...
  2. E

    How does temperature affect set-up and hold time

    Device Switching is fastest at low temperatures. The timing analysis are done at extreme corners to ensure that they meet the timing specs. a. Fastest case: Fast N and Fast P transistors, High Vdd, Low Temperature b. Slowest Case: Slow N and Slow P transistors, low Vdd, High Temperature...
  3. E

    what's the meaning of this Makefile script in systemc

    Search for Makefile.def in and around the location you found this Makefile. Sometimes what is done is common portion in multiple Makefiles is put in a common file and is included using include statement. So there is no definition like 'Makefile for SystemC' There are good tutorials on Make...
  4. E

    The simplest way to design a pulse generator

    If the input pulse doesnt repeat and this is being fed as clock to the synchronous counter then the output of the counter will be stuck. This is about exactly doubling the input pulse width. What you have mentioned is a clock divider circuit. According to me the right way is to design a...
  5. E

    Guidelines for defining the False path in a design

    Re: False Path For any signal which enters a particular clock domain, timing check is done and error is reported if timing is not met. But some of these signals from design perspective you know that wouldnt affect your timeing. (For eg static register signals which are stable immediately after...
  6. E

    why UTMI.... USB 2.0 Transceiver Macrocell Interface ...

    Due to speed requirements analog features are required in the design and a PHY layer is being employed. This is made as a hard macro. And to make it reusable a standard interface has been defined. So anybody who does a USB design can just do the non-PHY portion compliant to UTMI interface and...
  7. E

    Has anybody worked on Quartus II tool of altera?

    Re: altera-quartus II tool Altera Quartus is a FPGA design tool for the Altera series of FPGAs. If you are looking for ASIC as you mentioned in your post, you are looking at the wrong place. Cheers, eChipDesign. ===================================================== eChip Design Labs VLSI...
  8. E

    Help from knowledged ppl on choosing VLSI specialization.

    Re: Help from knowledged ppl on choosing VLSI specialization hope you have the same impression of the course after completing it too :) Cheers, eChipDesign ===================================================== eChip Design Labs VLSI Training for Verilog and System Verilog Nagercoil...
  9. E

    associative array in systemverilog

    Creating an object of memory element and pushing it in a array has its own advantages if a. you plan to implement a list of accesses to the same address. (where in each address will store the history of accesses also) i.e. scoreboarding in built in the memory. b. If memory...
  10. E

    Cadence Systemverilog Testbenches: bind program blocks

    SV methodology , you should definitely go for OVM. Cheers, eChipDesign ===================================================== eChip Design Labs VLSI Training for Verilog and System Verilog Nagercoil, TamilNadu **broken link removed** =====================================================
  11. E

    How to create a sine wave with verilog ?

    Whats is being done in the code is 'signed magnitude extension'. This is done by appending digits to the most significant side of the number. If you want to increase the width then you should be extending the MSB instead of 7 (which is the MSB in this case).
  12. E

    ASIC and FPGA Advanced Course

    :D Definitely for you if you manage to come to Nagercoil :idea:
  13. E

    ASIC and FPGA Advanced Course

    Main page of this at **broken link removed**
  14. E

    ASIC and FPGA Chat room available

    Hi Jitendra, Thanks for your feedback. Once I have enough traffic on the website, I shall add more rooms specific to ASIC, FPGA, Design, verification, HVLs etc. For now since the visitor traffic is limited, we will continue with one common room. Regards, eChipDesign
  15. E

    ASIC and FPGA Chat room available

    ASIC and FPGA Chat room Hi ASIC/FPGA chat room is available: Welcome to chat at **broken link removed** Cheers, eChipDesign

Part and Inventory Search

Back
Top