#include <hgl_writer.h>
Definition at line 47 of file hgl_writer.h.
◆ HGLWriter()
hal::HGLWriter::HGLWriter |
( |
| ) |
|
|
default |
◆ ~HGLWriter()
hal::HGLWriter::~HGLWriter |
( |
| ) |
|
|
default |
◆ write()
bool hal::HGLWriter::write |
( |
const GateLibrary * |
gate_lib, |
|
|
const std::filesystem::path & |
file_path |
|
) |
| |
|
overridevirtual |
Write the gate library to a HGL file at the provided location.
- Parameters
-
[in] | gate_lib | - The gate library. |
[in] | file_path | - The output path. |
- Returns
- True on success, false otherwise.
Implements hal::GateLibraryWriter.
Definition at line 20 of file hgl_writer.cpp.
References log_error.
Referenced by hal::TEST_F().
The documentation for this class was generated from the following files:
- /home/runner/work/hal/hal/plugins/hgl_writer/include/hgl_writer/hgl_writer.h
- /home/runner/work/hal/hal/plugins/hgl_writer/src/hgl_writer.cpp