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

TOP := seq_add_out_plus_one
SV  := seq_add_out_plus_one.sv
TB  := tb_seq_add_out_plus_one.cpp

include ../Makefile.verilator
