Files
OpenROAD/include/ord/InitOpenRoad.hh
Henner Zeller fa7cb9ad6f tcl: use vendored include and fix missing includes.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
2025-10-24 09:44:08 -07:00

18 lines
378 B
C++

// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2019-2025, The OpenROAD Authors
#pragma once
#include <string>
#include "tcl.h"
namespace ord {
// Call this inside of Tcl_Main.
void initOpenRoad(Tcl_Interp* interp,
const char* log_filename,
const char* metrics_filename,
bool batch_mode);
} // namespace ord