Kicad problems -- unknown circuits galore

Thread Starter

Comrade Pingu

Joined Aug 30, 2018
25
So, I'm trying to design a 555 sawtooth oscillator. At my school, we have multisim, and it is so nice and easy to design a circuit and get it working. But, I'm poor, and the student version of multisim requires a serial number to keep it forever -- and I am not all about that noise. Because of that, I'm stuck with KiCad. I love it (since it's gnu and all that), but I also hate it.

I keep getting this error whenever I try to simulate the oscillator circuit:
Code:
Circuit: KiCad schematic
Error: unknown subckt: x v- 2 -100 -300 150 u 50 50 0 1 w
Error: there aren't any circuits loaded.
Warning - approaching max data size: current size =  761.742 MB, limit =  676.242 MB
It would be nice if it at least told me the net it was so confused about. I've tried digging through the models of all of my components to no avail. What on earth is causing this problem? And how on earth do I fix it?
 

Attachments

Picbuster

Joined Dec 2, 2013
1,058
So, I'm trying to design a 555 sawtooth oscillator. At my school, we have multisim, and it is so nice and easy to design a circuit and get it working. But, I'm poor, and the student version of multisim requires a serial number to keep it forever -- and I am not all about that noise. Because of that, I'm stuck with KiCad. I love it (since it's gnu and all that), but I also hate it.

I keep getting this error whenever I try to simulate the oscillator circuit:
Code:
Circuit: KiCad schematic
Error: unknown subckt: x v- 2 -100 -300 150 u 50 50 0 1 w
Error: there aren't any circuits loaded.
Warning - approaching max data size: current size =  761.742 MB, limit =  676.242 MB




It would be nice if it at least told me the net it was so confused about. I've tried digging through the models of all of my components to no avail. What on earth is causing this problem? And how on earth do I fix it?
If you start The .pro file the schematic is not direct visible.
you have to go to that sheet.

Does your emulator know that? ( the error tells me that it can't fined schematic)

Solution:
Copy the schematic to the main page
Delete the sub page.
The indicators are set to ? (R1 becomes R? and so on)

Picbuster
 
Top