Horizon
Loading...
Searching...
No Matches
export_bom.hpp
1#pragma once
2#include <string>
3
4namespace horizon {
5void export_BOM(const std::string &filename, const class Block &block, const class BOMExportSettings &settings);
6}
Definition bom_export_settings.hpp:12
A block is one level of hierarchy in the netlist.
Definition block.hpp:29