From: hadeshyp Date: Wed, 27 Mar 2013 23:34:21 +0000 (+0000) Subject: new nxyter data input stage, JM X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ab2674c64916c6b279b2e94dca9b8d4dfec8bbb0;p=trb3.git new nxyter data input stage, JM --- diff --git a/nxyter/compile_munich2.pl b/nxyter/compile_munich2.pl index 6b1526c..a67b487 100755 --- a/nxyter/compile_munich2.pl +++ b/nxyter/compile_munich2.pl @@ -117,8 +117,8 @@ $c=qq|$lattice_path/ispfpga/bin/lin/multipar -pr "$TOPNAME.prf" -o "mpar_$TOPNAM execute($c); # IOR IO Timing Report -# $c=qq|$lattice_path/ispfpga/bin/lin/iotiming -s "$TOPNAME.ncd" "$TOPNAME.prf"|; -# execute($c); +$c=qq|$lattice_path/ispfpga/bin/lin/iotiming -s "$TOPNAME.ncd" "$TOPNAME.prf"|; +execute($c); # TWR Timing Report $c=qq|$lattice_path/ispfpga/bin/lin/trce -c -v 15 -o "$TOPNAME.twr.setup" "$TOPNAME.ncd" "$TOPNAME.prf"|;