CIRCT 23.0.0git
Loading...
Searching...
No Matches
AnnotationDetails.h
Go to the documentation of this file.
1//===- AnnotationDetails.h - common annotation logic ------------*- C++ -*-===//
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 contains private APIs for dealing with annotations.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_FIRRTL_ANNOTATIONDETAILS_H
14#define CIRCT_DIALECT_FIRRTL_ANNOTATIONDETAILS_H
15
16#include "circt/Support/LLVM.h"
17
18namespace circt {
19namespace firrtl {
20
21//===----------------------------------------------------------------------===//
22// Common strings related to annotations
23//===----------------------------------------------------------------------===//
24
25constexpr const char *rawAnnotations = "rawAnnotations";
26
27//===----------------------------------------------------------------------===//
28// Auto-generated Annotation Class Names
29//===----------------------------------------------------------------------===//
30
31// Include auto-generated annotation class name constants
32#include "circt/Dialect/FIRRTL/FIRRTLAnnotationDetails.h.inc"
33
34} // namespace firrtl
35} // namespace circt
36
37#endif // CIRCT_DIALECT_FIRRTL_ANNOTATIONDETAILS_H
constexpr const char * rawAnnotations
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.