top | item 29022692

(no title)

Futureshocked | 4 years ago

Oh, sorry, I may have mislead you by mistake.

KiCad's multi-sheet schematic is hierarchical. There is one root sheet and beyond that the structure is flexible.

Do you have an example multi-sheet schematic as you'd like to be able to have in KiCad?

discuss

order

nrclark|4 years ago

Sure thing. I can't share any of my employer's schematics, but here's one that's drafted in a similar style:

https://digilent.com/reference/_media/reference/programmable...

There's no hierarchy to the schematic. Pages are inserted/deleted in a freeform way, the same as you'd do with a Word document. Reference designators are in a global namespace, and so are net names.

It feels like it's a pretty common drafting style, at least in my corner of the world. I've worked at two companies that use this style, and I also see it a fair amount on reference-designs like the linked example.

Kliment|4 years ago

When I need this sort of schematic in Kicad I have the top-level be a "table of contents" page and everything else is below that. Works great, you can insert/delete pages at will and also you have a nice place to put docs about what is on which page. You then need to use global labels instead of hierarchical labels to link stuff together of course.