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 computer_terminator

  1. C

    Looking for a good Linux text editor for Verilog design

    Re: Text Editor [Linux] You can try jEdit. It is a text editor written in java. So it runs on Linux, Mac OS X, and Windows. http://plugins.jedit.org
  2. C

    Is it possible to simulate CPU core of FPGA with logic?

    Re: Co simulation Usually, if you use the CPU core embedded in FPGA, just use CPU model instead of CPU core. The FPGA provider has these models. For ex, Xilinx embed PPC405 in its FPGA. And Xilinx has PPC405 smartmodel in its tool set. Unless, you develop your own CPU, otherwise just use the...
  3. C

    Synopsys DC installation

    synopsys installer INSTALL_README.txt syn_vV-2004.06-SP2_common.tar syn_vV-2004.06-SP2_linux.tar then follow INSTALL_README.txt step 4~6 4.Uncompress and untar the Synopsys Installer file in a separate installer directory. % mkdir -p /usr/synopsys/synopsysinstaller % mv...
  4. C

    Place & Route in Digital

    You can find something in **broken link removed**
  5. C

    Program counter (A, B) question?

    I think you want to design a delta-sigma/ PLL, right? U can use HDL to design A,B counter as well as accumulator. If you are good at logic design, you also can design them by hand.
  6. C

    Program counter (A, B) question?

    You can coding it easily, if you know how it work. They are just 2 programmable counters. You can find the programmable counter code on the verilog text book.
  7. C

    Program counter (A, B) question?

    Yes, you have to design prescaler by hand for operating at 4GHz You may need use CML flip-flop for your prescaler.
  8. C

    Program counter (A, B) question?

    The Frequency out= [Pre *A +B] * Frequency reference Pre is the prescaler count.
  9. C

    system C is better than HDL?

    In my view, SystemC probably is good for high level modeling, but it is dump for RTL level. Take a look at the synopsys's "Describing Systhesizable RTL in SystemC", and you may not want to use systemC as your HW design language.
  10. C

    how to exceed the 2G file limit

    >2g file Try use debussy to dump your waveform. Debussy can separate the dump file into several pieces, and it is more compact than VCD.
  11. C

    What is a glitch and how to if an equation has a glitch?

    Re: Glich In many logic design text book, you can find the hazard free design methodology.
  12. C

    Which bus interface is the best in the SoC or IP design? Wh?

    Re: Which bus interface is the best in the SoC or IP design? If you really care the performance, use crossbar instead of AMBA, core connect or wishbone. But it will cost you a lot. performance => cost :P
  13. C

    Is SUN Blade-1500 suitable for IC Design ?

    Sun platform is very stable but expensive. Intel Xeon+ Linux is an alternative and faster solution.
  14. C

    Help me design a board based on PowerPCs

    Re: PowerPC G4 7457 Try this: https://www.freescale.com/webapp/sps/site/taxonomy.jsp?nodeId=01z3Tw9059r4bp
  15. C

    Help me design a board based on PowerPCs

    Re: PowerPC G4 7457 You can order a reference board from Motorola/Freescale.

Part and Inventory Search

Back
Top