Skip to content

Commit 5dfcc07

Browse files
committed
Disable DOUBLEBIT experiments
Can then consider merging this branch to master
1 parent f5f6bc4 commit 5dfcc07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

projects/comms_top/gige_eth/gige_top.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module gige_top (
2929

3030
localparam IPADDR = {8'd192, 8'd168, 8'd1, 8'd179};
3131
localparam MACADDR = 48'h00105ad155b5;
32-
localparam DOUBLEBIT = 1; // XXX DOUBLEBIT = 1 fails hardware test
32+
localparam DOUBLEBIT = 0; // XXX DOUBLEBIT = 1 fails hardware test
3333

3434
`define AC701
3535
`ifdef AC701

projects/comms_top/gige_eth/gtp_gige_top.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ set quad 0
1818
set pll0_refclk "REFCLK0"
1919
set pll1_refclk "REFCLK0"
2020
# Stupid but working with 62.5 MHz clk:
21-
# add_gtcommon $MGT_CONFIG_DIR/gtp_common_1_25.tcl $quad $pll0_refclk $pll1_refclk
21+
add_gtcommon $MGT_CONFIG_DIR/gtp_common_1_25.tcl $quad $pll0_refclk $pll1_refclk
2222
# for DOUBLEBIT experiments:
23-
add_gtcommon $MGT_CONFIG_DIR/gtp_common_2_50.tcl $quad $pll0_refclk $pll1_refclk
23+
# add_gtcommon $MGT_CONFIG_DIR/gtp_common_2_50.tcl $quad $pll0_refclk $pll1_refclk
2424

2525
# proc add_gt_protocol {gt_type config_file quad_num gt_num en8b10b pll_type}
2626

@@ -32,9 +32,9 @@ set en8b10b 0
3232
set endrp 0
3333
set pll_type "PLL0"
3434
# Stupid but working with 62.5 MHz clk:
35-
# add_gt_protocol $gt_type $MGT_CONFIG_DIR/gtp_ethernet.tcl $quad $gt $en8b10b $endrp $pll_type
35+
add_gt_protocol $gt_type $MGT_CONFIG_DIR/gtp_ethernet.tcl $quad $gt $en8b10b $endrp $pll_type
3636
# for DOUBLEBIT experiments:
37-
add_gt_protocol $gt_type $MGT_CONFIG_DIR/gtp_ethernet_2_50.tcl $quad $gt $en8b10b $endrp $pll_type
37+
# add_gt_protocol $gt_type $MGT_CONFIG_DIR/gtp_ethernet_2_50.tcl $quad $gt $en8b10b $endrp $pll_type
3838

3939
# proc add_aux_ip {ipname config_file module_name}
4040
add_aux_ip clk_wiz $MGT_CONFIG_DIR/mgt_eth_clk.tcl mgt_eth_mmcm

0 commit comments

Comments
 (0)