Answers Database
2.1i, V1.5 COREGEN: How to run CORE Generator in verbose mode
Record #8532
Product Family: Software
Product Line: Coregen
Product Part: Coregen
Problem Title:
2.1i, V1.5 COREGEN: How to run CORE Generator in verbose mode
Problem Description:
Urgency: standard
General Description:
How to run the CORE Generator in verbose mode.
Solution 1:
PC's:
--------
Edit %XILINX%\bin\nt\coregen.bat
Add a -v option to the line which invokes jre.exe (usually the last line)
Example: %XILINX%\coregen\java\nt\jre1.1.5\bin\jre.exe -v -mx128m -ss4M -classpath .;%XILINX%\co
regen\lib;%XILINX%\coregen\resources;%XILINX%\coregen\java\nt\jre1.1.5\lib\rt.jar;%XILINX%\coregen\j
ava\nt\jre1.1.5\lib\i18n.jar;%XILINX%\coregen\java\swing\swing-1.0.3\swingall.jar com.xilinx.encore.
coregen.main.Coregen -c %XILINX%\coregen %1 %2 %3 %4 %5 %6 %7 %8 %9
Save the .bat file (you may have to change the permissions on it if it is read-only)
Invoke Coregen as usual.
Solaris:
-----------
Edit $XILINX/bin/<platform>/coregen
Add a -v option to the line which invokes jre.exe (usually the last line)
Example: $JAVA/bin/jre -v -mx128m -ss4M -DLDLIBPATH=$LD_LIBRARY_PATH -classpath $COREGEN/lib:
$COREGEN/resources:$JAVA/lib/rt.jar:$JAVA/lib/i18n.jar:$SWING/swingall.jar com.xilinx.encore.coregen.m
ain.Coregen -c $COREGEN $*
Save the .bat file (you may have to change the permissions on it if it is read-only)
Invoke Coregen as usual.
End of Record #8532 - Last Modified: 02/02/00 10:39 |