Update fpga-shells submodule | Fix Arty Makefile lines

This commit is contained in:
abejgonzalez
2020-11-05 11:16:17 -08:00
parent 3994bcecdf
commit 356fa70c3c
2 changed files with 5 additions and 7 deletions

View File

@@ -45,11 +45,11 @@ endif
ifeq ($(SUB_PROJECT),arty) ifeq ($(SUB_PROJECT),arty)
# TODO: Fix with Arty # TODO: Fix with Arty
SBT_PROJECT ?= fpga_platforms SBT_PROJECT ?= fpga_platforms
MODEL ?= BringupVCU118FPGATestHarness MODEL ?= ArtyFPGATestHarness
VLOG_MODEL ?= BringupVCU118FPGATestHarness VLOG_MODEL ?= ArtyFPGATestHarness
MODEL_PACKAGE ?= chipyard.fpga.vcu118.bringup MODEL_PACKAGE ?= chipyard.fpga.arty
CONFIG ?= RocketBringupConfig CONFIG ?= E300ArtyDevKitConfig
CONFIG_PACKAGE ?= chipyard.fpga.vcu118.bringup CONFIG_PACKAGE ?= chipyard.fpga.arty
GENERATOR_PACKAGE ?= chipyard GENERATOR_PACKAGE ?= chipyard
TB ?= none # unused TB ?= none # unused
TOP ?= ChipTop TOP ?= ChipTop

View File

@@ -39,8 +39,6 @@ git config submodule.vlsi/hammer-cadence-plugins.update none
git config submodule.vlsi/hammer-synopsys-plugins.update none git config submodule.vlsi/hammer-synopsys-plugins.update none
git config submodule.vlsi/hammer-mentor-plugins.update none git config submodule.vlsi/hammer-mentor-plugins.update none
git config submodule.software/firemarshal.update none git config submodule.software/firemarshal.update none
# Disable updates to the local FPGA tools
git config submodule.fpga/fpga-shells.update none
git submodule update --init --recursive #--jobs 8 git submodule update --init --recursive #--jobs 8
# Un-ignore toolchain submodules # Un-ignore toolchain submodules