File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
projects/comms_top/gige_eth Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ set quad 0
1818set pll0_refclk " REFCLK0"
1919set 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
3232set endrp 0
3333set 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}
4040add_aux_ip clk_wiz $MGT_CONFIG_DIR /mgt_eth_clk.tcl mgt_eth_mmcm
You can’t perform that action at this time.
0 commit comments