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

TOP := unary_not_top
SV  := unary_not.sv
TB  := tb_unary_not.cpp

include ../Makefile.verilator
