2 #include "attribute_util.hpp"
3 #include "eda_data.hpp"
5 namespace horizon::ODB {
18 unsigned int net_num = 0;
19 unsigned int subnet_num = 0;
20 std::string toeprint_name = 0;
22 void write(std::ostream &ost)
const;
27 Component(
unsigned int i,
unsigned int r) : index(i), pkg_ref(r)
30 const unsigned int index;
34 std::string comp_name;
35 std::string part_name;
37 std::list<Toeprint> toeprints;
39 void write(std::ostream &ost)
const;
42 std::list<Component> components;
44 void write(std::ostream &ost)
const;
Definition: attribute_util.hpp:10
Definition: components.hpp:25
Definition: components.hpp:9
Definition: components.hpp:7
Definition: eda_data.hpp:185
Definition: attribute_util.hpp:56
Definition: placement.hpp:8