We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668e5e5 commit 9b13f1dCopy full SHA for 9b13f1d
1 file changed
code/AFE/CPLD/ISE/implement_design.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# setup XILINX environment
4
-source /tools/xilinx/14.7/ISE_DS/settings64.sh
+source /eda/xilinx/14.7/ISE_DS/settings64.sh
5
6
# Run the TCL script using Xilinx tcl shell
7
# complete design implementation
@@ -12,4 +12,4 @@ source /tools/xilinx/14.7/ISE_DS/settings64.sh
12
xtclsh afe.tcl rebuild_project
13
14
# generate the XSFV file from the jed file
15
-impact -batch gen_xsvf.cmd
+impact -batch gen_xsvf.cmd
0 commit comments