CIRCT  19.0.0git
HWEnums.cpp
Go to the documentation of this file.
1 //===- HWEnums.cpp - Implement the HW enums -------------------------------===//
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 implements the HW enums.
10 //
11 //===----------------------------------------------------------------------===//
12 
14 #include "mlir/IR/BuiltinAttributes.h"
15 
16 using namespace circt;
17 using namespace hw;
18 
19 // Provide implementations for the enums we use.
20 #include "circt/Dialect/HW/HWEnums.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: hw.py:1