CIRCT
23.0.0git
Loading...
Searching...
No Matches
include
circt
Dialect
FIRRTL
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
18
namespace
circt
{
19
namespace
firrtl {
20
21
//===----------------------------------------------------------------------===//
22
// Common strings related to annotations
23
//===----------------------------------------------------------------------===//
24
25
constexpr
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
LLVM.h
circt::firrtl::rawAnnotations
constexpr const char * rawAnnotations
Definition
AnnotationDetails.h:25
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
Generated on Fri Feb 20 2026 00:11:18 for CIRCT by
1.9.8