From 2ac235bfccc327f10d7ce79f5f20fe1965513d80 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 10:14:23 +0100 Subject: [PATCH] change to compile soc --- src/bsv/Makefile.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2