Browse Source

Fix build issue in dmi_dtm_dummy.vhdl

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
pull/72/head
Anton Blanchard 4 years ago committed by Anton Blanchard
parent
commit
8102e7863b
  1. 1
      dmi_dtm_dummy.vhdl

1
dmi_dtm_dummy.vhdl

@ -22,6 +22,7 @@ entity dmi_dtm is @@ -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';

Loading…
Cancel
Save