From 492bf06740954089869a93c8947fcaa222cff0a4 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 30 Sep 2019 13:54:04 +1000 Subject: [PATCH] corefile: Remove duplicate wishbone_debug_master It's both in core and soc, it should only be in the latter Signed-off-by: Benjamin Herrenschmidt --- microwatt.core | 1 - 1 file changed, 1 deletion(-) diff --git a/microwatt.core b/microwatt.core index f815c15..b32148a 100644 --- a/microwatt.core +++ b/microwatt.core @@ -26,7 +26,6 @@ filesets: - divider.vhdl - writeback.vhdl - insn_helpers.vhdl - - wishbone_debug_master.vhdl - core.vhdl - icache.vhdl - core_debug.vhdl