CIRCT
23.0.0git
Loading...
Searching...
No Matches
lib
Dialect
ESI
runtime
tests
conftest.py
Go to the documentation of this file.
1
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
2
# See https://llvm.org/LICENSE.txt for license information.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
from
pathlib
import
Path
6
7
collect_ignore_glob = [
8
"integration/hw/*.py"
,
9
]
10
11
12
def
get_runtime_root
() -> Path:
13
import
esiaccel
14
return
Path(esiaccel.__file__).
resolve
().parent.parent.parent
resolve
static mlir::Operation * resolve(Context &context, mlir::SymbolRefAttr sym)
Definition
Expressions.cpp:3281
tests.conftest.get_runtime_root
Path get_runtime_root()
Definition
conftest.py:12
Generated on Wed Apr 1 2026 00:14:29 for CIRCT by
1.9.8