help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] "can't find subckt" error


From: Al Davis
Subject: Re: [Help-gnucap] "can't find subckt" error
Date: Tue, 8 Feb 2005 23:25:22 -0500
User-agent: KMail/1.7.2

On Friday 04 February 2005 07:48 am, Karim Masarweh wrote:
> Hi,
> Can you please tell me when the "can't find subckt" error
> message is displayed? I try to run the file named
> one_net_tr.sp using the command CMD::cmdproc(STR) where
> STR="<<one_net_tr.sp" and I get the mentioned error message.
> please reply ASAP since I must finish the project and the
> semester is ending in the next few days.

There are too many nodes.  I guess you could call it a bug.  
After it reads its max number, it takes the next one as the 
name of the subcircuit, then it can't find it.

in d_subckt.h , you will find ...
/*--------------------------------------------------------------------------*/
#define NODESPERSUBCKT 4000
#define PORTS_PER_SUBCKT 100
/*--------------------------------------------------------------------------*/

Increase the numbers and recompile.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]