Add support for VC707 fpga board
This commit is contained in:
@@ -16,6 +16,20 @@ sim_name := none
|
||||
#########################################################################################
|
||||
SUB_PROJECT ?= vcu118
|
||||
|
||||
ifeq ($(SUB_PROJECT),vc707)
|
||||
SBT_PROJECT ?= fpga_platforms
|
||||
MODEL ?= VC707FPGATestHarness
|
||||
VLOG_MODEL ?= VC707FPGATestHarness
|
||||
MODEL_PACKAGE ?= chipyard.fpga.vc707
|
||||
CONFIG ?= RocketVC707Config
|
||||
CONFIG_PACKAGE ?= chipyard.fpga.vc707
|
||||
GENERATOR_PACKAGE ?= chipyard
|
||||
TB ?= none # unused
|
||||
TOP ?= ChipTop
|
||||
BOARD ?= vc707
|
||||
FPGA_BRAND ?= xilinx
|
||||
endif
|
||||
|
||||
ifeq ($(SUB_PROJECT),vcu118)
|
||||
SBT_PROJECT ?= fpga_platforms
|
||||
MODEL ?= VCU118FPGATestHarness
|
||||
|
||||
Reference in New Issue
Block a user