We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf93aa commit 0027e38Copy full SHA for 0027e38
ethernet/ruckus.tcl
@@ -14,4 +14,6 @@ if { $::env(VIVADO_VERSION) > 0.0} {
14
loadRuckusTcl "$::DIR_PATH/XlauiCore"
15
loadRuckusTcl "$::DIR_PATH/Caui4Core"
16
loadRuckusTcl "$::DIR_PATH/RoCEv2"
17
+} else {
18
+ loadSource -lib surf -path "$::DIR_PATH/EthMacCore/rtl/EthMacPkg.vhd"
19
}
0 commit comments