debug: Fixes in how the SimDTM was hooked up to FESVR
This commit is contained in:
@ -33,11 +33,11 @@ extern "C" int debug_tick
|
||||
unsigned char debug_req_ready,
|
||||
int* debug_req_bits_addr,
|
||||
int* debug_req_bits_op,
|
||||
long long* debug_req_bits_data,
|
||||
int* debug_req_bits_data,
|
||||
unsigned char debug_resp_valid,
|
||||
unsigned char* debug_resp_ready,
|
||||
int debug_resp_bits_resp,
|
||||
long long debug_resp_bits_data
|
||||
int debug_resp_bits_data
|
||||
)
|
||||
{
|
||||
if (!dtm) {
|
||||
|
Reference in New Issue
Block a user