From e9e9146f5a6892e94463c0caed42f20c4d605321 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 26 Jul 2018 08:47:32 +0100 Subject: [PATCH] add jtag path to imports --- src/bsv/Makefile.template | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bsv/Makefile.template b/src/bsv/Makefile.template index 2950451..a61c04c 100644 --- a/src/bsv/Makefile.template +++ b/src/bsv/Makefile.template @@ -20,6 +20,7 @@ BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/qspi BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/spi BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/sdmmc BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/flexbus +BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/jtagdtm BSVINCDIR:= $(BSVINCDIR):../../../src/peripherals/src/peripherals/uart default: gen_verilog -- 2.30.2