Skip to content

Commit 8102e78

Browse files
Fix build issue in dmi_dtm_dummy.vhdl
Signed-off-by: Anton Blanchard <[email protected]>
1 parent b57325c commit 8102e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dmi_dtm_dummy.vhdl

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ entity dmi_dtm is
2222
end entity dmi_dtm;
2323

2424
architecture behaviour of dmi_dtm is
25+
begin
2526
dmi_addr <= (others => '0');
2627
dmi_dout <= (others => '0');
2728
dmi_req <= '0';

0 commit comments

Comments
 (0)