From 601bbe5a82fb6ec3697af8deaecd0b96cb36fa3a Mon Sep 17 00:00:00 2001 From: Niraj Nayan Sharma <184077001@iitb.ac.in> Date: Sat, 14 Dec 2019 12:44:02 +0530 Subject: [PATCH] No longer using Xilinx FPU modules --- builds/Resources/Include_RISCY_Config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builds/Resources/Include_RISCY_Config.mk b/builds/Resources/Include_RISCY_Config.mk index 3e63a3f..ed41290 100644 --- a/builds/Resources/Include_RISCY_Config.mk +++ b/builds/Resources/Include_RISCY_Config.mk @@ -16,7 +16,7 @@ PERF_COUNT := true # dram type in simulation: VC707 or AWSF1 SIM_DRAM_TYPE := AWSF1 # use Xilinx FPU IP cores -USE_XILINX_FPU ?= true +USE_XILINX_FPU ?= false # default 1 core CORE_NUM ?= 1 @@ -73,7 +73,6 @@ BSC_COMPILATION_FLAGS += \ -D CORE_$(CORE_SIZE) \ -D NUM_CORES=$(CORE_NUM) \ -D CACHE_$(CACHE_SIZE) \ - -D USE_XILINX_FPU \ -D XILINX_FP_FMA_LATENCY=$(XILINX_FP_FMA_LATENCY) \ -D XILINX_INT_MUL_LATENCY=$(XILINX_INT_MUL_LATENCY) \ -D USE_BSV_BRAM_SYNC_FIFO \