From ac2242b51f8a7932187977be5571af4d1733d462 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Thu, 7 Jan 2021 00:18:10 -0800 Subject: [PATCH] minor update --- hw/simulate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/simulate/Makefile b/hw/simulate/Makefile index 307f78afd..20a633358 100644 --- a/hw/simulate/Makefile +++ b/hw/simulate/Makefile @@ -47,7 +47,7 @@ VL_FLAGS += verilator.vlt VL_FLAGS += --exe $(SRCS) $(RTL_INCLUDE) VL_FLAGS += --cc Vortex.v --top-module $(TOP) -// Use FPNEW PFU core +# Use FPNEW PFU core VL_FLAGS += -DFPU_FPNEW DBG_FLAGS += -DVCD_OUTPUT $(DBG_FLAGS)