P Channel Mosfet symbols and footprints

In the matter of graphic symbols for MOSFETs, here is an example from IEC 60617 that appears in IEEE 315A, Clause 8.6.10.3A
Screenshot%20from%202019-01-06%2017-34-52
Please note two things about the symbol:

  1. There is no envelope symbol (the circle around the symbol) needed.
  2. The gate terminal is always drawn opposite the source terminal (not in the middle between the drain and source terminals). Yes, most MOSFET devices are symmetrical, but not all. And like for BJTs you know which terminal is which from the symbol, you do not have to label them.
    –Larry
2 Likes

I like to see the diode symbol as a reminder that the parasitic diode exists.
I prefer to see the gate offset as in the IEC. MOSFETS are normally NOT symmetrical, with the substrate drain in VMOS and source in LDMOS

2 Likes

So many have contributed information and suggestions, as well as some concerns about the ways to work around the issues. Since I’m not an engineer, I have elected to draw my own footprints in PCBNew and routed the copper without netlist.

It’s a simple circuit, that should be simple to implement. The manual method without schematic is probably sacrilegious to many engineers out there, but it’s done.

Thanks for all of the replies!

I just think it’s impractical. It’s easy enough to create a schematic first. (Though I’m not actually an engineer by education.)

2 Likes

Completely agree with eelik here.

Your circuit seems to consist of a BJT and a FET, probably some resistors and connectors.

Drawing a schematic is trivial and prevents you from a lot of silly mistakes such as wiring the transistors wrong.

Attempts of drawing a PCB without a schematic are usually only done with beginners of KiCAd, especially if they have some trouble with library symbols or foortprints.

Once you’ve learned to work with (custom) libraries for symbols & footprints and mofidying or drawing custom symbols from scratch is so trivial to do that the benefits are more important than the 5 minutes of work.

2 Likes

I think it is not the question of sacrilegious. I am trying to imagine more senseless use of any software and can’t find. May be using the “Put text” feature of any graphic program to write a book can compete with it.

There is that.

@zpaeric You won’t be able to realize the benefits of creating a schematic in KiCad until you create at least one complete project with one.

While not perfect, the ERC and DRC working together make it much tougher to mess up a project.

1 Like

I’m not going to quit for future projects, in fact this is my third board, and the others were smooth and easy using the schematic first.

I needed to get this done and while all of the replies were appreciated, not one answered my question to the point I could proceed on my own. I know there is a learning curve, and I will get more comfortable eventually.

Thank you all!

I’ve fast looked through the thread and I’m not sure what is your main question.
I suppose that a pin naming/numbering in symbols and footprints.
I don’t use KiCad libraries. I made my own and I write in each symbols parameters the footprint to be used (I don’t go through the step of assigning footprints to symbols during PCB design). For me the rule is: pin numbers in symbol must be the same as in footprint assigned to that symbol. If some transistor has the same footprint but with its pins differently used then I have to make for it a new symbol with differently numbered pins (in my symbols like transistor pin numbers are hidden so both will look at schematic identically). The other solution could be to make a footprint copy and change pad numbers.

Hi Zpaeric: There have been a lot of good responses to your questions and I pretty much agree with them. Pin numbers of the symbol agreeing with the physical device is most important. But there is one other matter; that of personal preference among engineers. There are some different versions of symbols. One can argue about standards; etc. but if you are doing this mostly for yourself then that becomes even less important. Like Piotr I tend to make my own symbols although it is convenient to start with the KiCad libraries. Then for transistors I delete the circle and shorten the pins. I do this to reduce clutter. Even after that there are are a few variations, such as whether the gate pin is connected to one end or to the center of the gate portion of the symbol.

Beware of one other confusion factor: I have seen different pin number - location assignments for SOT23 for example (I have not seen this problem with 3 lead TO220 which you are using). So there are a few packages for which you want to make sure that the manufacturer puts package pins 1,2,3 where you think they are…

1 Like

I am a licenced radio amateur and I’ve been an engineer for 50 years (and obviously now retired) but for simple circuits I still hand draw the PCB layout without inputting any schematic. I can draw a simple PCB quicker than I can input the schematic then get the software to create the PCB layout but, then again, most of my circuits have less than 5 ICs and 10 transistors + passives. The latest one has one 8-pin SOIC + 1 NPN + 6 R&C.
I suppose it is what you get used to, in my early days, it was two totally seperate pieces of software to design a finished object - one guy designed the circuit and another (me) had to do the PCB layout. It does tend to make me prefer just a PCB layout tool.

The problem is that you loose all support features by the software by doing it that way. Not even simple design rule checks can be done as the software can not really know if the connection is made on purpose or on accident. (Maybe older software had modes supporting this usecase better. But current PCB design software simply is not build to help here at all!)

If a board is simple enough to be done purely on the pcb side then the schematic can not take more than a few minutes to create. And these few minutes can safe you from a wrongly made pcb. -> Invest minutes in preparation, possibly gain hours or even weeks at a later point. (Weeks because you might need to trigger a new production run. Can take weeks till you have the fixed PCB in your hand.) -> To me it is clear which option i choose.

The schematic has the added benefit of being a good documentation of the system. (assuming the symbol for its components are well made and not just a row of numbered pins. Creating such a symbol only takes a few minutes so worst case double the time expected for creating the schematic. <- Still much less than a mistake can easily cost you!)

Even if there is only one IC on there i bet you that you will not know (without looking at the datasheet) which pin does what if i ask you in a year. (For most designers i would be willing to reduce the time to a few weeks. Especially if they have more than one project running at the same time.) A schematic simply makes maintenance, sharing, quality control, rework, debugging … much easier. (I would even argue that some of these tasks are to be considered impossible without schematic.)

1 Like

I understand your reasoning but these days, any PCB is likely to be a single-sided “one-off” and for my personal use (and etched by me). I suppose at my age (73) it is hard to “undo” 50 years of “do”.
I am not familiar with any schematic drawing software and therefore very slow but I think I could beat most people with a PCB layout on its own. I guess it is a case of “each to their own” and me being a dinosaur !

I still don’t see why the use case (pcb without schematic) couldn’t be supported a bit better. For example select pads -> create ad hoc net for them. That wouldn’t require much development effort but would make normal pcb editing possible for no-schematic layouts.

Hi Geof,
I don’t want to change the way you work. It is only out of curiosity: do you draw a schematic on paper before doing the layout?

In my case, having a netlist is a must.

A question of priorities. I am sure if there is a volunteer implementing this then it will be accepted. I however doubt that anyone from the core team would put resources into this. (Reasoning: Wayne made it very clear in nearly every presentation he held that the focus is on getting kicad to compete with tools like altium on a professional basis. I doubt a feature like this will aid in that goal. As companies will most likely always need a schematic for legal reasons.)

Hi Pedro,
I often draw my designs with “pencil & paper” but on very simple things they tend to be “in my head”. I find the biggest pain with most modern PCB software is having to use nets - I want to connect pin1 to pin 2, 3 to 4 then 1 & 4 to ground but can’t because it is a different net (deleted expletive). I just want to connect any part to any part without having to allocate anything to anything. I used to use “Boardmaker” many years ago and it was brilliant BUT it wouldn’t work on Windows (3.1?) so that is when the rot set in and every piece of PCB design software since has offered even more features but become considerably more restrictive for me - and as I said earlier, I’m a bit of a dinosaur.

What part of that doesn’t work? KiCad 5.1 lets you connect pads and traces which don’t have net.

For this you can use WireIt: PCBNEW plugin for adding/cutting/swapping wires in the physical layout

1 Like

Hi, Videostar

I was a radio amateur during the 1960s before college. Some years ago I used to insist on laying out pcb’s “on the fly” (not on the gnat or mosquito) meaning that the pcb layout process did not use a link to the schematic. I think I have learned my lesson…the schematic link really does reduce errors. But I have one long term wish which applies to every EDA program I have ever seen…I wish that non polarized capacitors and resistors could be flagged as having interchangeable pins, so it is never necessary to rotate the footprint 180 degrees to make it agree with the schematic. Likewise KiCad will often default label nets as being pin 1 or 2 of a resistor or capacitor, and that is a piece of information which to me is no information.

Maybe the non polarized resistor/capacitor footprint pin numbers would automatically swap according to how the footprint is connected…