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 phone

  1. P

    How FPGA is fabricated and how its programming works?

    Re: How FPGA work?? In simple words, FPGA get manafactured like an ASIC. They use transmission gates for route switching and use D flip flops for implemnting logic (which otherwise called as LUTS). Essentially when programming you are configuring the D flops and routing matrix. Outputs of D...
  2. P

    Suggestions on working with FPGAs

    Re: FPGA suggestions Now you consider FPGA's from Lattice...
  3. P

    Verilog question - do you use linting tools?

    We use spyglass a very good tool for linting.
  4. P

    Verilog/VHDL editor in linux

    vim verilog +configuration I too found that xemacs with verilog_mode.el gives a colorful editing. You could possible customize the xemacs by using abbreviations. You can make your top level modules in 5 minutes otherwise could take days and prone to error.
  5. P

    What ASIC technology does Synopsis support?

    Re: About synopsis Synopsys has an array of tools. Useful for analog to digital and front end to back end design. However ther are very expensive and a small company generally will not be able to afford those expensive tools
  6. P

    Looking for a book about VHDL/Verilog ASIC design

    Re: Book Suggestion I found this book vey useful to learn verilog "Verilog HDL A guide to digital design and synthesis" by Samir Palnitkar
  7. P

    Which synthesis tool to use with a FPGA ?

    Use more flops and try to use pipeline concept. As these FPGA are generally very bad to do combinational logic.
  8. P

    Good combinational ATPG tools: Atalanta

    atalanta download atpg Iam unable to access this file...
  9. P

    Please introduce some good materials for Cadence back-end to

    Re: Please introduce some good materials for Cadence back-en As such I haven't come across any books which explicitly describe the cadence tools. One has to learn them through either Cadence training or peers. But looking at cadence docs could be a good start!!! Best of luck --phone
  10. P

    What's the best way to do Regression Testing?

    Use perl script for lot of options like running interactively, running regression/mini regression over a night and you could make the script to send an email to you after completing etc. Use c shell scripts for a just the job to get done ---Phone

Part and Inventory Search

Back
Top