Skip to content

Commit

Permalink
chore: fix style for CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Jan 9, 2025
1 parent 8bf1211 commit 3039513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/comp/eth/network_mod/uvm/tbench/f-tile/dut.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3039513

Please sign in to comment.