From 6148dd16affa4cb00c94b019c556084d2ce11f72 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Tue, 1 Feb 2022 18:13:33 +0000 Subject: [PATCH] correct path for make target microwatt_external_core --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20bce282..bdfa1f82 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ls180_4k_verilog: # build microwatt "external core" microwatt_external_core: - python3 simple/issuer_verilog.py --microwatt-compat --enable-mmu \ + python3 src/soc/simple/issuer_verilog.py --microwatt-compat --enable-mmu \ external_core_top.v # build the litex libresoc SoC without 4k SRAMs -- 2.30.2