Skip to content

Commit a63bcdf

Browse files
committed
build fixes
1 parent 2311fd7 commit a63bcdf

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

hw/rtl/core/VX_decode.sv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module VX_decode import VX_gpu_pkg::*; #(
5858

5959
`UNUSED_VAR (funct2)
6060
`UNUSED_VAR (funct5)
61+
`UNUSED_VAR (frm_is_dyn)
6162

6263
wire is_itype_sh = funct3[0] && ~funct3[1];
6364
wire is_csr_fflags = (u_12 == `VX_CSR_FFLAGS);

hw/syn/altera/dut/fpu/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include ../../common.mk
2+
13
PROJECT = VX_fpu_dsp
24

35
ifneq (,$(filter -DFPU_TYPE_FPNEW, $(XCONFIGS)))
@@ -10,8 +12,6 @@ endif
1012
TOP_LEVEL_ENTITY = $(PROJECT)
1113
SRC_FILE = $(PROJECT).sv
1214

13-
include ../../common.mk
14-
1515
FPU_INCLUDE = -I$(RTL_DIR)/fpu
1616
ifneq (,$(filter -DFPU_TYPE_FPNEW, $(XCONFIGS)))
1717
FPU_INCLUDE += -J$(THIRD_PARTY_DIR)/cvfpu/src/common_cells/include -J$(THIRD_PARTY_DIR)/cvfpu/src/common_cells/src -J$(THIRD_PARTY_DIR)/cvfpu/src/fpu_div_sqrt_mvp/hdl -J$(THIRD_PARTY_DIR)/cvfpu/src

hw/syn/xilinx/dut/fpu/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include ../../common.mk
2+
13
PROJECT = VX_fpu_dsp
24

35
ifneq (,$(filter -DFPU_TYPE_FPNEW, $(XCONFIGS)))
@@ -11,8 +13,6 @@ TOP_LEVEL_ENTITY = $(PROJECT)
1113
SRC_FILE = $(PROJECT).sv
1214
FPU_IP = 1
1315

14-
include ../../common.mk
15-
1616
FPU_INCLUDE = -I$(RTL_DIR)/fpu
1717
ifneq (,$(filter -DFPU_TYPE_FPNEW, $(XCONFIGS)))
1818
FPU_INCLUDE += -J$(THIRD_PARTY_DIR)/cvfpu/src/common_cells/include -J$(THIRD_PARTY_DIR)/cvfpu/src/common_cells/src -J$(THIRD_PARTY_DIR)/cvfpu/src/fpu_div_sqrt_mvp/hdl -J$(THIRD_PARTY_DIR)/cvfpu/src

0 commit comments

Comments
 (0)