Skip to content

Commit

Permalink
Change back to DCP
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Mar 4, 2024
1 parent 68f47b2 commit 52f7ddc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions LCLS-II/gtyUltraScale+/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ if { [info exists ::env(TIMING_246MHz)] != 1 || $::env(TIMING_246MHz) == 0 } {

if { $::env(VIVADO_VERSION) >= 2021.1 && [info exists ::env(TIMING_246MHz)] != 1} {

# loadSource -lib lcls_timing_core -path "${path}/TimingGty_extref.dcp"
loadIpCore -path "${path}/TimingGty_extref.xci"
loadSource -lib lcls_timing_core -path "${path}/TimingGty_extref.dcp"
# loadIpCore -path "${path}/TimingGty_extref.xci"

# loadSource -lib lcls_timing_core -path "${path}/TimingGty_fixedlat.dcp"
loadIpCore -path "${path}/TimingGty_fixedlat.xci"
loadSource -lib lcls_timing_core -path "${path}/TimingGty_fixedlat.dcp"
# loadIpCore -path "${path}/TimingGty_fixedlat.xci"

} elseif { $::env(VIVADO_VERSION) >= 2020.2 && [info exists ::env(TIMING_246MHz)] == 1 } {

# loadSource -lib lcls_timing_core -path "${path}/TimingGty_extref.dcp"
loadIpCore -path "${path}/TimingGty_extref.xci"
loadSource -lib lcls_timing_core -path "${path}/TimingGty_extref.dcp"
# loadIpCore -path "${path}/TimingGty_extref.xci"

# loadSource -lib lcls_timing_core -path "${path}/TimingGty_fixedlat.dcp"
loadIpCore -path "${path}/TimingGty_fixedlat.xci"
loadSource -lib lcls_timing_core -path "${path}/TimingGty_fixedlat.dcp"
# loadIpCore -path "${path}/TimingGty_fixedlat.xci"

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

0 comments on commit 52f7ddc

Please sign in to comment.