Skip to content

Commit 9b13f1d

Browse files
authored
Update implement_design.sh: Fixed EDA tool path
1 parent 668e5e5 commit 9b13f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/AFE/CPLD/ISE/implement_design.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# setup XILINX environment
4-
source /tools/xilinx/14.7/ISE_DS/settings64.sh
4+
source /eda/xilinx/14.7/ISE_DS/settings64.sh
55

66
# Run the TCL script using Xilinx tcl shell
77
# complete design implementation
@@ -12,4 +12,4 @@ source /tools/xilinx/14.7/ISE_DS/settings64.sh
1212
xtclsh afe.tcl rebuild_project
1313

1414
# generate the XSFV file from the jed file
15-
impact -batch gen_xsvf.cmd
15+
impact -batch gen_xsvf.cmd

0 commit comments

Comments
 (0)