]> jspc29.x-matter.uni-frankfurt.de Git - adcm.git/commitdiff
diamond2.1 ready, code still original v1.0
authorLudwig Maier <lmaier@brett.e12.ph.tum.de>
Thu, 19 Dec 2013 16:44:07 +0000 (17:44 +0100)
committerLudwig Maier <lmaier@brett.e12.ph.tum.de>
Thu, 19 Dec 2013 16:44:07 +0000 (17:44 +0100)
compile_munich21.pl

index 67381634bed0221e65fd87e5a643c14a3a783f24..ef644d5a7d57a775f761d136f93e9170f85373cd 100755 (executable)
@@ -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"|;