From: Anton Blanchard Date: Tue, 24 Sep 2019 10:27:34 +0000 (+1000) Subject: Fix build issue in dmi_dtm_dummy.vhdl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8102e7863bccdcb396c864977728126572fd6242;p=microwatt.git Fix build issue in dmi_dtm_dummy.vhdl Signed-off-by: Anton Blanchard --- diff --git a/dmi_dtm_dummy.vhdl b/dmi_dtm_dummy.vhdl index 3cabf38..37cb759 100644 --- a/dmi_dtm_dummy.vhdl +++ b/dmi_dtm_dummy.vhdl @@ -22,6 +22,7 @@ entity dmi_dtm is end entity dmi_dtm; architecture behaviour of dmi_dtm is +begin dmi_addr <= (others => '0'); dmi_dout <= (others => '0'); dmi_req <= '0';