1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-26 16:53:16 +00:00

Fix build issue in dmi_dtm_dummy.vhdl

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2019-09-24 20:27:34 +10:00
committed by Anton Blanchard
parent b57325ce29
commit 8102e7863b

View File

@@ -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';