removing ebreak signals from public interface

This commit is contained in:
Blaise Tine
2021-06-10 12:57:44 -07:00
parent adf033b0aa
commit cbca7e12c6
6 changed files with 10 additions and 29 deletions

View File

@@ -999,8 +999,7 @@ Vortex #() vortex (
.csr_rsp_ready (vx_csr_io_rsp_ready),
// status
.busy (vx_busy),
`UNUSED_PIN (ebreak)
.busy (vx_busy)
);
// SCOPE //////////////////////////////////////////////////////////////////////