Skip to content

Commit 0027e38

Browse files
committed
vhdeps fix to missing package for GHDL
1 parent fdf93aa commit 0027e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ethernet/ruckus.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ if { $::env(VIVADO_VERSION) > 0.0} {
1414
loadRuckusTcl "$::DIR_PATH/XlauiCore"
1515
loadRuckusTcl "$::DIR_PATH/Caui4Core"
1616
loadRuckusTcl "$::DIR_PATH/RoCEv2"
17+
} else {
18+
loadSource -lib surf -path "$::DIR_PATH/EthMacCore/rtl/EthMacPkg.vhd"
1719
}

0 commit comments

Comments
 (0)