URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [tools/] [src/] [build_xst.cmd] - Rev 110
Go to most recent revision | Compare with Previous | Blame | View Log
run
-ifn $FILELIST_XST
-ofn s1_top.ngc
-ifmt MIXED
-ofmt NGC
-top s1_top
-opt_mode SPEED
-opt_level 1
# Device used in Spartan3E Starter Kit
# -p xc3s500e-fg320
# Biggest Spartan3E device
# -p xc3s1600e-fg320
# Biggest Virtex4 device supported by ISE WebPack
# -p xc4vlx25-ff668
# Biggest Virtex5 device supported by ISE WebPack
-p xc5vlx30-ff676
-vlgincdir { $S1_ROOT/hdl/rtl/sparc_core/include $S1_ROOT/hdl/rtl/s1_top }
Go to most recent revision | Compare with Previous | Blame | View Log