Remove unconnected signal in simulation

This commit is contained in:
Peter Rugg
2020-06-17 11:43:28 +01:00
parent 0e7df46dce
commit 49a9e5fc64

View File

@@ -83,8 +83,10 @@ interface P3_Core_IFC;
// ----------------
// External interrupt [14] to go into Debug Mode
`ifndef BSIM
(* always_ready, always_enabled *)
method Action debug_external_interrupt_req (Bool set_not_clear);
`endif
`ifdef INCLUDE_GDB_CONTROL
// ----------------