CIRCT 20.0.0git
Loading...
Searching...
No Matches
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
16using namespace circt;
17using 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 hw.py:1