From ab2674c64916c6b279b2e94dca9b8d4dfec8bbb0 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 27 Mar 2013 23:34:21 +0000 Subject: [PATCH] new nxyter data input stage, JM --- nxyter/compile_munich2.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"|; -- 2.43.0