source: trunk/IPs/systemC/processor/Morpheo/Script/xilinx_extract_info.sh @ 82

Last change on this file since 82 was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 353 bytes
Line 
1#!/bin/sh
2#-----------------------------------------------------------
3# $Id: xilinx_extract_info.sh 82 2008-05-01 16:48:45Z rosiere $
4#-----------------------------------------------------------
5
6for i in *.fpga.log; do
7    echo "===== $i";
8    grep "Number of Slice Registers" $i;
9    grep "Number used as Logic"      $i;
10    grep "Number used as Memory"     $i;
11    grep "Maximum Frequency"         $i;
12done
Note: See TracBrowser for help on using the repository browser.