Merge pull request #72 from antonblanchard/build-error

Fix build issue in dmi_dtm_dummy.vhdl
jtag-port
Anton Blanchard 5 years ago committed by GitHub
commit 82fe8dc6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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