Skip to content

Commit

Permalink
GTH updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Aug 9, 2024
1 parent f40dbcb commit 0154399
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use unisim.vcomponents.all;
entity Pgp2fcGthCoreWrapper is
generic (
TPD_G : time := 1 ns;
SIMULATION_G : boolean := false;
SEL_FABRIC_REFCLK_G : boolean := false;
USE_ALIGN_CHECK_G : boolean := true;
AXI_CLK_FREQ_G : real := 125.0e6;
Expand Down Expand Up @@ -384,6 +385,7 @@ begin
U_AlignCheck : entity surf.GtRxAlignCheck
generic map (
TPD_G => TPD_G,
SIMULATION_G => SIMULATION_G,
GT_TYPE_G => "GTHE4",
AXI_CLK_FREQ_G => AXI_CLK_FREQ_G,
DRP_ADDR_G => AXI_CROSSBAR_MASTERS_CONFIG_C(1).baseAddr)
Expand Down
1 change: 1 addition & 0 deletions protocols/pgp/pgp2fc/gthUltraScale+/rtl/Pgp2fcGthUltra.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ begin
PgpGthCoreWrapper_1 : entity surf.Pgp2fcGthCoreWrapper
generic map (
TPD_G => TPD_G,
SIMULATION_G => SIMULATION_G,
SEL_FABRIC_REFCLK_G => SEL_FABRIC_REFCLK_G,
AXI_CLK_FREQ_G => AXI_CLK_FREQ_G,
AXI_BASE_ADDR_G => AXI_BASE_ADDR_G)
Expand Down
4 changes: 2 additions & 2 deletions protocols/pgp/pgp2fc/gthUltraScale+/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if { $::env(VIVADO_VERSION) >= 2020.1 } {

loadSource -lib surf -dir "$::DIR_PATH/rtl"

#loadSource -lib surf -path "$::DIR_PATH/ip/Pgp2fcGthCore.dcp"
loadIpCore -path "$::DIR_PATH/ip/Pgp2fcGthCore.xci"
loadSource -lib surf -path "$::DIR_PATH/ip/Pgp2fcGthCore.dcp"
#loadIpCore -path "$::DIR_PATH/ip/Pgp2fcGthCore.xci"

} else {
puts "\n\nWARNING: $::DIR_PATH requires Vivado 2020.1 (or later)\n\n"
Expand Down

0 comments on commit 0154399

Please sign in to comment.