From 8f451aa74cdf3b8416d2b8a5348bb7e8bdc27574 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 4 May 2021 08:01:49 -0700 Subject: [PATCH] minor update --- hw/rtl/afu/vortex_afu.sv | 15 +++++++-------- hw/scripts/scope.json | 1 - 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/hw/rtl/afu/vortex_afu.sv b/hw/rtl/afu/vortex_afu.sv index 2ac0f075..6cdb14b9 100644 --- a/hw/rtl/afu/vortex_afu.sv +++ b/hw/rtl/afu/vortex_afu.sv @@ -1017,14 +1017,13 @@ Vortex #() vortex ( `SCOPE_ASSIGN (cci_sTxPort_c2_mmioRdValid, af2cp_sTxPort.c2.mmioRdValid); `SCOPE_ASSIGN (cci_sRxPort_c0TxAlmFull, cp2af_sRxPort.c0TxAlmFull); `SCOPE_ASSIGN (cci_sRxPort_c1TxAlmFull, cp2af_sRxPort.c1TxAlmFull); -`SCOPE_ASSIGN (avs_address, avs_address); -`SCOPE_ASSIGN (avs_waitrequest, avs_waitrequest); -`SCOPE_ASSIGN (avs_write_fire, avs_write && !avs_waitrequest); -`SCOPE_ASSIGN (avs_read_fire, avs_read && !avs_waitrequest); -`SCOPE_ASSIGN (avs_byteenable, avs_byteenable); -`SCOPE_ASSIGN (avs_burstcount, avs_burstcount); -`SCOPE_ASSIGN (avs_readdatavalid, avs_readdatavalid); -`SCOPE_ASSIGN (mem_bank_select, mem_bank_select); +`SCOPE_ASSIGN (avs_address, avs_address[0]); +`SCOPE_ASSIGN (avs_waitrequest, avs_waitrequest[0]); +`SCOPE_ASSIGN (avs_write_fire, avs_write[0] && !avs_waitrequest[0]); +`SCOPE_ASSIGN (avs_read_fire, avs_read[0] && !avs_waitrequest[0]); +`SCOPE_ASSIGN (avs_byteenable, avs_byteenable[0]); +`SCOPE_ASSIGN (avs_burstcount, avs_burstcount[0]); +`SCOPE_ASSIGN (avs_readdatavalid, avs_readdatavalid[0]); `SCOPE_ASSIGN (cci_mem_rd_req_ctr, cci_mem_rd_req_ctr); `SCOPE_ASSIGN (cci_mem_wr_req_ctr, cci_mem_wr_req_ctr); `SCOPE_ASSIGN (cci_rd_req_ctr, cci_rd_req_ctr); diff --git a/hw/scripts/scope.json b/hw/scripts/scope.json index 6290a622..f97e6af0 100644 --- a/hw/scripts/scope.json +++ b/hw/scripts/scope.json @@ -97,7 +97,6 @@ "avs_byteenable":64, "avs_burstcount":4, "avs_readdatavalid":1, - "mem_bank_select":1, "cci_mem_rd_req_ctr":26, "cci_mem_wr_req_ctr":26, "cci_rd_req_ctr":26,