Skip to content

Commit

Permalink
add simulation_g option for align checker
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Jun 20, 2024
1 parent 6e53c1a commit 174e175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LCLS-II/gtyUltraScale+/rtl/TimingGtCoreWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use unisim.vcomponents.all;
entity TimingGtCoreWrapper is
generic (
TPD_G : time := 1 ns;
SIMULATION_G : boolean := false;
DISABLE_TIME_GT_G : boolean := false;
EXTREF_G : boolean := false;
AXI_CLK_FREQ_G : real := 156.25e6;
Expand Down Expand Up @@ -304,6 +305,7 @@ begin
U_AlignCheck : entity surf.GtRxAlignCheck
generic map (
TPD_G => TPD_G,
SIMULATION_G => SIMULATION_G,
GT_TYPE_G => "GTYE4",
AXI_CLK_FREQ_G => AXI_CLK_FREQ_G,
DRP_ADDR_G => AXI_CROSSBAR_MASTERS_CONFIG_C(1).baseAddr)
Expand Down

0 comments on commit 174e175

Please sign in to comment.