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 _TopGun_

  1. _TopGun_

    how to let HSPICE plot all the terminal currents of a MOSFET if

    Re: a stupid question: how to let HSPICE plot all the terminal currents of a MOSFET i Try .probe i1(m1) for drain curent, i2(m1) for gate current and so on.
  2. _TopGun_

    Can I install DOS without lossing WIN XP?

    installing dos in xp If you need DOS as OS, you can use virtual machine, but if you want to have DOS for running some DOS programs that are not running under WinXP, you can use DOSBox software - it's very simple but powerfull MS-DOS emulator. Look here: https://www.dosbox.com/
  3. _TopGun_

    problem with vpulse in Spectre

    Hi, Can you specify here your netlist especially string with V0 source? Looks like Cadence doesn't add waveform type specification of this source from schematic. What type of source do you use?
  4. _TopGun_

    Best way to display data from c code ?

    Hi, I think that the best way is to write a GUI program, that can not just calculate, but also to draw your data.
  5. _TopGun_

    help with visual c++ - I keep getting errors

    Re: help with visual c++ Read any book about C++ and namespaces. Replace this line #include using namespace std; With this one: using namespace std;
  6. _TopGun_

    hspice or pspice ? which is better ?

    Hi. HSPICE is better because it simulates faster. And psice is better, because it's free for simple schemes (complex schemes, including a lot of elements will not be simulated with pspice because of elements limit in free edition).
  7. _TopGun_

    popular option for gui with c++

    If you are going to write under Linux, the best GUI library for you is Qt or wxWidgets.
  8. _TopGun_

    Problem with adding systemc.h in Riviera-PRO 2008.10

    error sc_bit was not declared in this scope You can download systemc from here: **broken link removed** Read this https://www.cs.ucr.edu/~vahid/sproj/SystemCLab/install.htm and this https://www.doulos.com/knowhow/systemc/tutorial/
  9. _TopGun_

    Desperately need for help to understand C codes

    Find a good book about C++. It's the only solution.
  10. _TopGun_

    pspice experts plz help me!!

    these devices failed to converge: First of all, you have to look at the simulator's output log. In directory of your netlist (D:\orcad\ne555-PSpiceFiles\SCHEMATIC1\) there should be a file named "ne55.log" or "ne55.lis". It will contain detailed simulation description. Also I see this in your...
  11. _TopGun_

    [SOLVED] Alternative to SPICE algorithms?

    spice algorithm By the way, about your question about skipping linearization procedure. How do you going to solve system of nonlinear equations? Looks like it's very diffucult to do even analitically. I have to notice, that at the moment there are no models of semiconductor devices, that are...
  12. _TopGun_

    Problem with adding systemc.h in Riviera-PRO 2008.10

    systemc.h no such file or directory Before building a program that uses system-c library, you have to install system-c library and buil it with your compiler. Have you did it?
  13. _TopGun_

    [SOLVED] Alternative to SPICE algorithms?

    fast spice algorithm Well, as I know all the simulators uses linearization phase. There re some methods that allows you to reduce time spended on creation of a counductance matrix. Especially this time difference will be significant while you simulating schemes, containing a lot of linear...
  14. _TopGun_

    [SOLVED] Alternative to SPICE algorithms?

    spice algorithm equation solve Hello, tariavo What exactly do you mean saying "SPICE algorithm"? You can use nodal analysys as SPICE but other methods for linearization and solving equations (as I remember, SPICE uses trapezoidal method for intergration, Newton-Raphson method for linearization...
  15. _TopGun_

    Run Cadence remotely - licence server

    Re: Run Cadence remotely The simplest way is to copy licences from server to your home computer :) If you want to use network forr accessing your licenses, you have to be shure that computer at your uni can open access to it's cadence licenses over the internet.

Part and Inventory Search

Back
Top