Skip to content

Commit 0b97eb9

Browse files
authored
Merge pull request #998 from slaclab/xpm-dual-port-fifo-patch
Bug fix for base/ram/ruckus.tcl
2 parents 15a1680 + 46cb475 commit 0b97eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/ram/ruckus.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $::env(RUCKUS_QUIET_FLAG) $::env(RUCKUS_PROC_TCL)
55
loadSource -lib surf -dir "$::DIR_PATH/inferred"
66

77
# Check for min. Vivado version with XPM support
8-
if { $::env(VIVADO_VERSION) > 2019.1} {
8+
if { $::env(VIVADO_VERSION) >= 2019.1} {
99
loadSource -lib surf -dir "$::DIR_PATH/xilinx"
1010
loadSource -lib surf -path "$::DIR_PATH/dummy/SimpleDualPortRamAlteraMfDummy.vhd"
1111
loadSource -lib surf -path "$::DIR_PATH/dummy/TrueDualPortRamXpmAlteraMfDummy.vhd"

0 commit comments

Comments
 (0)