CIRCT
20.0.0git
include
circt
Dialect
Seq
SeqEnums.h
Go to the documentation of this file.
1
//===- SeqPasses.h - Seq pass enumeration -----------------------*- 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
#ifndef CIRCT_DIALECT_SEQ_SEQENUMS_H
10
#define CIRCT_DIALECT_SEQ_SEQENUMS_H
11
12
namespace
circt
{
13
namespace
seq
{
14
15
enum class
ReadEnableMode
{
Zero
,
Ignore
,
Undefined
};
16
17
}
// namespace seq
18
}
// namespace circt
19
20
#endif
// CIRCT_DIALECT_SEQ_SEQENUMS_H
circt::seq::ReadEnableMode
ReadEnableMode
Definition:
SeqEnums.h:15
circt::seq::ReadEnableMode::Zero
@ Zero
circt::seq::ReadEnableMode::Undefined
@ Undefined
circt::seq::ReadEnableMode::Ignore
@ Ignore
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
seq
Definition:
seq.py:1
Generated on Tue Nov 5 2024 00:07:19 for CIRCT by
1.9.1