Skip to content

Commit

Permalink
Merge branch 'la32r-nutshell' of ssh://gitlab.ci-lab.net:5997/eula/di…
Browse files Browse the repository at this point in the history
…fftest into la32r-nutshell
  • Loading branch information
Guo-HY committed Aug 10, 2023
2 parents f27f614 + a85a64a commit 4e5f8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ NUM_CORES ?= 1
# Set this variable if your design is written in Verilog.
USE_DIFFTEST_MAIN ?= 0

ifeq ($(BUILD_DIR),)
BUILD_DIR = $(DESIGN_DIR)/build
$(warning "BUILD_DIR is not set, use deprecated value: $(BUILD_DIR)")
endif

SIM_TOP_V = $(BUILD_DIR)/$(SIM_TOP).v

DIFF_SCALA_FILE = $(shell find ./src/main/scala -name '*.scala')
Expand Down

0 comments on commit 4e5f8e6

Please sign in to comment.