From 4ad2cebf092aa9cda197556c355c3c33bf0b1064 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Tue, 2 Jul 2024 16:15:59 +0200 Subject: [PATCH] tb: lint sources --- hw/tb/tb_floo_vc_router.sv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/tb/tb_floo_vc_router.sv b/hw/tb/tb_floo_vc_router.sv index b9ee04fc..0a1f8d62 100644 --- a/hw/tb/tb_floo_vc_router.sv +++ b/hw/tb/tb_floo_vc_router.sv @@ -293,10 +293,12 @@ module tb_floo_vc_router; collect_received_credits = 1; // Test connectivity if(Debug) $display("Testing connectivity from each vc in to each vc out"); - // Explanation for batching: sending more than 2 directly consecutive messages to the same vc does not work due to buffer size + // Explanation for batching: sending more than 2 directly consecutive messages + // to the same vc does not work due to buffer size for(vc_id_t vc_out_batch = 0; vc_out_batch < num_vc_out; vc_out_batch += 2) begin for(vc_id_t vc_in = 0; vc_in < num_vc_in; vc_in ++) begin - for(vc_id_t vc_out = vc_out_batch; vc_out < vc_out_batch+2 && vc_out