# SPDX-FileCopyrightText: 2026 The Naja authors <https://github.com/najaeda/naja/blob/main/AUTHORS>
#
# SPDX-License-Identifier: Apache-2.0

TOP := seq_nested_begin_wrapper_supported
SV  := seq_nested_begin_wrapper_supported.sv
TB  := tb_seq_nested_begin_wrapper_supported.cpp
VERILATOR_FLAGS := --timing

include ../Makefile.verilator
