circt/include/circt-c/Synthesis.h

25 lines
608 B
C

//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef CIRCT_C_SYNTHESIS_H
#define CIRCT_C_SYNTHESIS_H
#include "mlir-c/IR.h"
#ifdef __cplusplus
extern "C" {
#endif
MLIR_CAPI_EXPORTED void registerSynthesisPipeline(void);
#ifdef __cplusplus
}
#endif
#endif // CIRCT_C_SYNTHESIS_H