Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||||||||||||||||||||
|
Posted by rahul on November 23, 2004, 6:28 pm
Please log in for more thread options I am trying to understand the spice3 programming model I have added new parameters to existing jfet model by making changes to over 20 files. I wish to know if there are debugging functions provided inside spice3 which I can use during simulation to show these variables. Thanks in advance Rahul | ||||||||||||||||||||||||||||||||||
|
Posted by Kevin Aylward on November 24, 2004, 10:13 am
Please log in for more thread options Spice 3 has nothing. It is the compiler that has the debugging features. This question concerns me. How can you be compiling this without understanding even the most basic feature of all compilers? For example, in VC++ you simple right click and "add watch" to popup a display of program variables. Kevin Aylward salesEXTRACT@anasoft.co.uk http://www.anasoft.co.uk SuperSpice, a very affordable Mixed-Mode Windows Simulator with Schematic Capture, Waveform Display, FFT's and Filter Design. | ||||||||||||||||||||||||||||||||||
|
Posted by rahul on November 24, 2004, 2:53 pm
Please log in for more thread options I have added my version of amorphous Si TFT model
I was looking for error checking functions. I have added fprintfs for now. I was looking for something like cdump which I can type on the spice prompt. I use linux .... -Rahul Kevin Aylward wrote: > rahul wrote:
> >>Hi All,
>> >>I am trying to understand the spice3 programming model >> >>I have added new parameters to existing jfet model >>by making changes to over 20 files. I wish >>to know if there are debugging functions provided inside >>spice3 which I can use during simulation to show >>these variables. >
> > Spice 3 has nothing. It is the compiler that has the debugging features. > This question concerns me. How can you be compiling this without > understanding even the most basic feature of all compilers? > > For example, in VC++ you simple right click and "add watch" to popup a > display of program variables. > > Kevin Aylward > salesEXTRACT@anasoft.co.uk > http://www.anasoft.co.uk > SuperSpice, a very affordable Mixed-Mode > Windows Simulator with Schematic Capture, > Waveform Display, FFT's and Filter Design. > > | ||||||||||||||||||||||||||||||||||
|
Posted by Chaos Master on November 25, 2004, 4:07 am
Please log in for more thread options rahul is, and always will be:
> I have added my version of amorphous Si TFT model
> I was looking for error checking functions. I have > added fprintfs for now. I was looking for something > like cdump which I can type on the spice prompt. I don't know any debugger for C++ on Linux. (probably, there are various debuggers... I just no know the name). If there is, use one. Maybe GDB is what you need, but i've used it only for analyzing core dumps. []s -- Chaos Master®, posting from somewhere near Porto Alegre, Brazil. "... one either has a shit, or not. Do you have yours?" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ http://marreka.blogspot.com --> news, hotter than high-power transistors!
To reply remove "DEAD-SPAM" from address. | ||||||||||||||||||||||||||||||||||
|
Posted by rahul on November 25, 2004, 11:01 pm
Please log in for more thread options Thanks Chaos.
I will try your suggestion. I am using vi on linux. I need a better ide and have been exploring kdevelop on the side. -Rahul Chaos Master wrote: > rahul is, and always will be:
> >>I have added my version of amorphous Si TFT model
>>I was looking for error checking functions. I have >>added fprintfs for now. I was looking for something >>like cdump which I can type on the spice prompt. >
> > I don't know any debugger for C++ on Linux. (probably, there are various > debuggers... I just no know the name). If there is, use one. > > Maybe GDB is what you need, but i've used it only for analyzing core > dumps. > > []s | ||||||||||||||||||||||||||||||||||
| Similar Threads | Posted |
| SPICE3 Model debugging | November 23, 2004, 6:28 pm |
| spice3 simulation of VCO | July 12, 2005, 4:05 pm |
| spice3 print command help | October 20, 2004, 5:57 pm |
| Integrating reworked spice3 into Cadence | December 20, 2004, 7:36 pm |
| Spice2 to spice3 library converter | January 10, 2005, 3:39 pm |
| Measuring the center frequency of VCO in spice3 | July 26, 2005, 2:53 pm |
| speed of tran analysis in SPICE3 | September 20, 2005, 11:48 am |
| how to control the time step in .Tran analysis in spice3? | September 23, 2004, 12:04 pm |
| .model Qn NPN (Is=10f Vaf=100 Bf=100) | October 15, 2006, 10:13 pm |
| RF2126 model | August 24, 2004, 3:01 pm |
| SS can't find model? | December 13, 2004, 5:29 pm |
| vco spice model | June 24, 2005, 6:47 am |
| Intusoft Model | January 23, 2006, 10:14 pm |
| IR Model and XSpice | May 7, 2006, 1:11 pm |
| Re: Spice Model for PMT | July 17, 2008, 9:13 pm |

SPICE3 Model debugging
Yahoo!
Windows Live
del.icio.us
digg
Netscape 








>
> I am trying to understand the spice3 programming model
>
> I have added new parameters to existing jfet model
> by making changes to over 20 files. I wish
> to know if there are debugging functions provided inside
> spice3 which I can use during simulation to show
> these variables.