CIRCT 22.0.0git
Loading...
Searching...
No Matches
ImportLiberty.h
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file declares the registration for the Liberty file importer.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_CONVERSION_IMPORTLIBERTY_H
14#define CIRCT_CONVERSION_IMPORTLIBERTY_H
15
16namespace circt::liberty {
17
18/// Register the Liberty importer in the translation registry.
20
21} // namespace circt::liberty
22
23#endif // CIRCT_CONVERSION_IMPORTLIBERTY_H
void registerImportLibertyTranslation()
Register the Liberty importer in the translation registry.