From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 09:14:23 +0000 (+0100) Subject: change to compile soc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ac235bfccc327f10d7ce79f5f20fe1965513d80;p=pinmux.git change to compile soc --- diff --git a/src/bsv/Makefile.template b/src/bsv/Makefile.template index a61c04c..fcd671a 100644 --- a/src/bsv/Makefile.template +++ b/src/bsv/Makefile.template @@ -1,11 +1,13 @@ ### Makefile for the cclass project -TOP_MODULE:=mkslow_peripherals -TOP_FILE:=slow_peripherals.bsv +TOP_MODULE:=mkSoc +TOP_FILE:=soc.bsv TOP_DIR:=./ WORKING_DIR := $(shell pwd) BSVINCDIR:= .:%/Prelude:%/Libraries:%/Libraries/BlueNoC:./bsv_lib/ +BSVINCDIR:= $(BSVINCDIR):../../../src/core/src/core +BSVINCDIR:= $(BSVINCDIR):../../../src/core/src/lib BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/core BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/uncore/axi4 BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/uncore/axi4lite