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

TOP := up_counter
SV  := up_counter.sv
TB  := tb_up_counter.cpp

include ../Makefile.verilator
