CIRCT 20.0.0git
Loading...
Searching...
No Matches
HWEmissionPatterns.h
Go to the documentation of this file.
1//===- HWEmissionPatterns.h - HW Dialect Emission Patterns ----------------===//
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 exposes the emission patterns of the HW dialect for registration.
10//
11//===----------------------------------------------------------------------===//
12
13// NOLINTNEXTLINE(llvm-header-guard)
14#ifndef CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_HWEMISSIONPATTERNS_H
15#define CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_HWEMISSIONPATTERNS_H
16
17#include "../EmissionPatternSupport.h"
18
19namespace circt {
20namespace ExportSystemC {
21void populateHWEmitters(OpEmissionPatternSet &patterns, MLIRContext *context);
22} // namespace ExportSystemC
23} // namespace circt
24
25#endif // CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_HWEMISSIONPATTERNS_H
void populateHWEmitters(OpEmissionPatternSet &patterns, MLIRContext *context)
EmissionPatternSet< OpEmissionPatternBase > OpEmissionPatternSet
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.