From 269c06f7ea1dd0126fc47b68651f1bb31c6d3b4b Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Thu, 29 Apr 2021 23:58:45 -0700 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 e8ddfe9b..192be90d 100644 --- a/hw/simulate/Makefile +++ b/hw/simulate/Makefile @@ -50,7 +50,7 @@ VL_FLAGS += --exe $(SRCS) $(RTL_INCLUDE) VL_FLAGS += --cc Vortex.v --top-module $(TOP) # FPU backend -FPU_CORE ?= FPU_DPI +FPU_CORE ?= FPU_FPNEW VL_FLAGS += -D$(FPU_CORE) DBG_FLAGS += -DVCD_OUTPUT