1//===-- Dialect.td -----------------------------------------*- tablegen -*-===//
3// Part of the LLZK Project, under the Apache License v2.0.
4// See LICENSE.txt for license information.
5// Copyright 2026 Project LLZK
6// SPDX-License-Identifier: Apache-2.0
8//===----------------------------------------------------------------------===//
10#ifndef LLZK_RAM_DIALECT
11#define LLZK_RAM_DIALECT
13include "mlir/IR/DialectBase.td"
15def RAMDialect : Dialect {
18 "LLZK support for random access memory during witness generation.";
20 let cppNamespace = "::llzk::ram";
23#endif // LLZK_RAM_DIALECT