projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57325c
)
Fix build issue in dmi_dtm_dummy.vhdl
author
Anton Blanchard
<anton@linux.ibm.com>
Tue, 24 Sep 2019 10:27:34 +0000
(20:27 +1000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/dmi_dtm_dummy.vhdl
b/dmi_dtm_dummy.vhdl
index 3cabf38ff70e60bb3dbf066e59cb1eee1bf503d7..37cb7599b0dbc56f82397702177c4883ac596137 100644
(file)
--- 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';