14 lines
406 B
TableGen
14 lines
406 B
TableGen
//===----------------------------------------------------------------------===//
|
|
//
|
|
// Copyright 2020-2021 The ScaleHLS Authors.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef BINDINGS_PYTHON_HLS_OPS_TD
|
|
#define BINDINGS_PYTHON_HLS_OPS_TD
|
|
|
|
include "mlir/Bindings/Python/Attributes.td"
|
|
include "scalehls/Dialect/HLS/HLS.td"
|
|
|
|
#endif // BINDINGS_PYTHON_HLS_OPS_TD
|