Skip to content

Commit

Permalink
feat(IP-TCL): add support for IP generation using TCL on Stratix 10 F…
Browse files Browse the repository at this point in the history
…PGAs
  • Loading branch information
jakubcabal committed Dec 11, 2024
1 parent e9bec00 commit 4c90c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ip/common.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ proc get_ip_mod_files {ip_components_l ip_params_l} {
}

if {[info exists ip_params(IP_DEVICE_FAMILY)]} {
if {[string tolower $ip_params(IP_DEVICE_FAMILY)] eq "agilex"} {
if {[string tolower $ip_params(IP_DEVICE_FAMILY)] eq "agilex" || [string tolower $ip_params(IP_DEVICE_FAMILY)] eq "stratix 10"} {
set use_quartus true
}
}
Expand Down

0 comments on commit 4c90c85

Please sign in to comment.