
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Mike Neufeld wrote: > > You mean CircuitMaker can't cope with the following "definition" > > (contained in a Library or Include file): > > > > > Subcircuit "sh_tinv_1x" uses subcircuit "sh_inv_1x" within it. > > > > In the "instantiation" (netlist/circuit file) only "sh_tinv_1x" would > > be listed.... > > > > X1 1 2 3 4 5 sh_tinv_1x > > Yes, that's exactly what I'm having trouble doing. For some reason, it will > list both sh_tinv_1x and sh_inv_1x as subcircuits that can be associated > with a symbol, and if I were to choose sh_tinv_1x, it would ignore sh_inv_1x > and then spit out a pile of errors when I try to simulate with it. > > > This is "standard" Spice. If CircuitMaker can't cope with this get a > > refund. > > Well, fortunately I'm using the 30-day trial version. But I'm thinking there > must be a way to do this. > > Thanks, > > Mike. Mike, This is actually pretty normal for an automatic symbol generation utility. It creates symbols for all subcircuits. Are you using the symbol that contains all the rest? Or trying to use a symbol that only contains part? What you are dealing with is probably not a netlister problem, but a parser problem... Charlie Edmondson Engineering Unique Solutions to Unusual Problems
| <-- __Chronological__ --> | <-- __Thread__ --> |