OpenCores
URL https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [bin/] [route_lattice] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
#!/bin/sh
2
# route entity ucf-file device path isplib package
3
edif2ngd -l $5 -d $3  $4/$1.edf
4
ngdbuild -a $5 -d $3 $1.ngo $1.ngd
5
map -a $5 -p $3 -t $6 -s 5 $1.ngd -o $1.ncd
6
#par -cs 1 -w $1 $1.ncd $2
7
#par -e 1 -i 10 -w $1 $1.ncd $2
8
par -cs 1 -e 1 -i 10 -w $1 $1.ncd
9
#trce -v 1 $1.ncd $2
10
trce -v 1 $1.ncd
11
#bitgen -f $7 -w $1.ncd $2
12
bitgen -f $7 -w $1.ncd
13
#synsvf -exe $ISPVM_DIR/ispufw -prj $1 -op p -if $1.bit -oft -int -of $1.mcs

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.