URL
https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
dimamali |
How to read and/or edit the new ".ise" Project Navigator project file
|
2 |
|
|
---------------------------------------------------------------------
|
3 |
|
|
|
4 |
|
|
In the "%Xilinx%\data\projnav" directory there is a script file named "iseEdit.tcl." This script was created to import and export ISE file content.
|
5 |
|
|
|
6 |
|
|
Usage:
|
7 |
|
|
xtclsh iseEdit.tcl [export|import] [client=] [datafile=] []
|
8 |
|
|
|
9 |
|
|
Valid options are:
|
10 |
|
|
help : Displays this help message
|
11 |
|
|
export : Exports contents of the client registry section to a datafile
|
12 |
|
|
import : Imports contents from a data file to the client registry section
|
13 |
|
|
(Note: Either the -export or -import option must be specified, but not both)
|
14 |
|
|
|
15 |
|
|
client= : Optionally specify the client to use. If not specified,
|
16 |
|
|
'ProjectNavigator' is used as the default client
|
17 |
|
|
|
18 |
|
|
datafile= : Optionally specify the data file to use for export or import
|
19 |
|
|
|
20 |
|
|
: ISE Project file name to use for export only. This must be
|
21 |
|
|
specified for export but should not be specified for import
|
22 |
|
|
|
23 |
|
|
Examples:
|
24 |
|
|
xtclsh iseEdit.tcl export watchvhd.ise
|
25 |
|
|
xtclsh iseEdit.tcl import
|
26 |
|
|
|
27 |
|
|
xtclsh iseEdit.tcl export datafile=pndata.txt watchvhd.ise
|
28 |
|
|
xtclsh iseEdit.tcl export client=ProjectNavigator datafile=pndata.txt watchvhd.ise
|
29 |
|
|
xtclsh iseEdit.tcl import datafile=pndata.txt
|
30 |
|
|
|
31 |
|
|
xtclsh iseEdit.tcl import client=ProjectNavigator datafile=pndata.txt
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.