From 303951379d43f704b19755f7c622d5ae5826cadd Mon Sep 17 00:00:00 2001 From: Martin Spinler Date: Thu, 9 Jan 2025 10:19:10 +0100 Subject: [PATCH] chore: fix style for CI check --- core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv b/core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv index 8c62e49ae..ec10e0359 100644 --- a/core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv +++ b/core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv @@ -171,7 +171,7 @@ module DUT #( assign mac_valid[chan_it] = eth_rx[eth_it].VALID; //CLK generator - initial force DUT_BASE_U.VHDL_DUT_U.eth_core_g[eth_it].network_mod_core_i.ftile_clk_out_vec[chan_it] = CLK_ETH_GEN; + initial force DUT_BASE_U.VHDL_DUT_U.eth_core_g[eth_it].network_mod_core_i.ftile_clk_out_vec[chan_it] = CLK_ETH_GEN; end initial begin