From: Ludwig Maier Date: Thu, 19 Dec 2013 16:44:07 +0000 (+0100) Subject: diamond2.1 ready, code still original X-Git-Tag: v1.0^0 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e6e4e75d1a4590ffb3f9c92f1e45345f19d79a65;p=adcm.git diamond2.1 ready, code still original --- diff --git a/compile_munich21.pl b/compile_munich21.pl index 6738163..ef644d5 100755 --- a/compile_munich21.pl +++ b/compile_munich21.pl @@ -120,8 +120,8 @@ execute($c); $c=qq|$lattice_path/ispfpga/bin/lin/trce -hld -c -v 5 -o "$TOPNAME.twr.hold" "$TOPNAME.ncd" "$TOPNAME.prf"|; execute($c); -$c=qq|$lattice_path/ispfpga/bin/lin/ltxt2ptxt $TOPNAME.ncd|; -execute($c); +#$c=qq|$lattice_path/ispfpga/bin/lin/ltxt2ptxt $TOPNAME.ncd|; +#execute($c); $c=qq|$lattice_path/ispfpga/bin/lin/bitgen -w -g CfgMode:Disable -g RamCfg:Reset -g ES:No $TOPNAME.ncd $TOPNAME.bit $TOPNAME.prf|; # $c=qq|$lattice_path/ispfpga/bin/lin/bitgen -w "$TOPNAME.ncd" "$TOPNAME.prf"|;