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;
A Schematic is the visual representation of a Block.
Definition: schematic.hpp:27
Definition: pool_cached.hpp:5
A block is one level of hierarchy in the netlist.
Definition: block.hpp:26
Definition: schematic.hpp:18
Definition: schematic.hpp:10
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Definition: project.hpp:22