3 #include "block/block.hpp"
4 #include "schematic/schematic.hpp"
5 #include "project/project.hpp"
6 #include "pool/pool_cached.hpp"
8 extern PyTypeObject SchematicType;
Definition: schematic.hpp:10
A block is one level of hierarchy in the netlist.
Definition: block.hpp:26
Definition: pool_cached.hpp:5
Definition: project.hpp:23
A Schematic is the visual representation of a Block.
Definition: schematic.hpp:29
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Definition: schematic.hpp:18