From c18233e16a3c01fa7d3a8a9ab16dc64b068524f1 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 9 Jun 2026 18:11:27 +0300 Subject: [PATCH] chore: add some notes --- axi/tb/axi_dma_wrapper/tb_axi_dma_wrapper.sv | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/axi/tb/axi_dma_wrapper/tb_axi_dma_wrapper.sv b/axi/tb/axi_dma_wrapper/tb_axi_dma_wrapper.sv index bd3f6e0..c3fc57d 100644 --- a/axi/tb/axi_dma_wrapper/tb_axi_dma_wrapper.sv +++ b/axi/tb/axi_dma_wrapper/tb_axi_dma_wrapper.sv @@ -1,11 +1,5 @@ -// SPDX-License-Identifier: MIT -// -// Cocotb-facing test top for axi_dma_if_wrapper. -// -// Cocotb still sees flat Forencich-style signal names. Internally this top -// converts those flat signals to local interfaces, passes them through the -// wrapper, and converts the wrapper interfaces back to flat signals. - +// Cocotb still sees flat Forencich-style signal names +// this top converts those flat signals to local interfaces `default_nettype none module tb_axi_dma_wrapper #(