Skip to content

Commit 4562cf6

Browse files
committed
Merge branch 'marushchenko-fix-uvm-network_module-fix_etile_and_cmac_testbenches' into 'devel'
fix(netmod): fix E-Tile and CMAC verification testbenches See merge request ndk/ndk-fpga!182
2 parents b5dbcbf + cf0130c commit 4562cf6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

core/comp/eth/network_mod/uvm/tbench/cmac/testbench.sv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ module testbench;
6868
// ------------------------- //
6969

7070
always #(CLK_USR_PERIOD/2) CLK_USR = ~CLK_USR;
71-
for (genvar eth_it = 0; eth_it < ETH_PORTS; eth_it++) begin
72-
always #(CLK_ETH_PERIOD[eth_it]/2) CLK_ETH[eth_it] = ~CLK_ETH[eth_it];
73-
end
7471
always #(CLK_MI_PERIOD/2) CLK_MI = ~CLK_MI ;
7572
always #(CLK_MI_PHY_PERIOD/2) CLK_MI_PHY = ~CLK_MI_PHY;
7673
always #(CLK_MI_PMD_PERIOD/2) CLK_MI_PMD = ~CLK_MI_PMD;

core/comp/eth/network_mod/uvm/tbench/e-tile/testbench.sv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ module testbench;
7070
// -------------------------------------------------------------------------------------------------------------------------------------------------------------------
7171
// Define clock ticking
7272
always #(CLK_USR_PERIOD/2) CLK_USR = ~CLK_USR;
73-
for (genvar eth_it = 0; eth_it < ETH_PORTS; eth_it++) begin
74-
always #(CLK_ETH_PERIOD[eth_it]/2) CLK_ETH[eth_it] = ~CLK_ETH[eth_it];
75-
end
7673
always #(CLK_MI_PERIOD/2) CLK_MI = ~CLK_MI ;
7774
always #(CLK_MI_PHY_PERIOD/2) CLK_MI_PHY = ~CLK_MI_PHY;
7875
always #(CLK_MI_PMD_PERIOD/2) CLK_MI_PMD = ~CLK_MI_PMD;

0 commit comments

Comments
 (0)