Fix build issue in dmi_dtm_dummy.vhdl
authorAnton Blanchard <anton@linux.ibm.com>
Tue, 24 Sep 2019 10:27:34 +0000 (20:27 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Tue, 24 Sep 2019 10:27:34 +0000 (20:27 +1000)
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
dmi_dtm_dummy.vhdl

index 3cabf38ff70e60bb3dbf066e59cb1eee1bf503d7..37cb7599b0dbc56f82397702177c4883ac596137 100644 (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';