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