From 88ec4f80d567250866d25f44e062352fbc477ac0 Mon Sep 17 00:00:00 2001 From: Andrea Fasolino <151364130+afasolino@users.noreply.github.com> Date: Thu, 30 May 2024 09:24:28 +0200 Subject: [PATCH] Update Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index af19ef2..514984d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ SIM ?= icarus TOPLEVEL_LANG ?= verilog SRC_DIR = $(PWD)/../src -PROJECT_SOURCES = tt_um_afasolino.v right_shifter_sticky_18.v right_shifter_sticky_18.v right_shifter_sticky_16.v posit_top_open_hw.v normalizer_16.v LeadingZeroCounter_16b.v Fixed16toPosit16.v data_posit_encoder.v add.v +PROJECT_SOURCES = tt_um_afasolino.v right_shifter_sticky_18.v right_shifter_sticky_16.v posit_top_open_hw.v normalizer_16.v LeadingZeroCounter_16b.v Fixed16toPosit16.v data_posit_encoder.v add.v ifneq ($(GATES),yes)