Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions flow/designs/rapidus2hp/ethmac/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ ifeq ($(FLOW_VARIANT), verific)
export SYNTH_HDL_FRONTEND = verific
endif

export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*.v))
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
export SRC_HOME = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)
export VERILOG_INCLUDE_DIRS = $(SRC_HOME)
export VERILOG_FILES = $(sort $(wildcard $(SRC_HOME)/*.v))
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
export ABC_AREA = 1

export CORE_UTILIZATION = 70
Expand Down