From: Luke Kenneth Casson Leighton Date: Mon, 31 Jan 2022 15:47:06 +0000 (+0000) Subject: add microwatt external core build target to Makefile X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=2bdaa48f551195d619a096cb14cf7e3683f4dd48 add microwatt external core build target to Makefile --- diff --git a/Makefile b/Makefile index 3d4ea62d..20bce282 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,11 @@ ls180_4k_verilog: --enable-xics --enable-sram4x4kblock --disable-svp64 \ src/soc/litex/florent/libresoc/libresoc.v +# build microwatt "external core" +microwatt_external_core: + python3 simple/issuer_verilog.py --microwatt-compat --enable-mmu \ + external_core_top.v + # build the litex libresoc SoC without 4k SRAMs ls180_verilog_build: ls180_verilog make -C soc/soc/litex/florent ls180