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

Last change on this file since 85 was 85, checked in by rosiere, 16 years ago
  • Ifetch_unit : systemC test ok
  • modif shell script and makefile.tools : SHELL=/bin/bash
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 356 bytes
Line 
1#!/bin/bash
2
3#-----------------------------------------------------------
4# $Id: xilinx_extract_info.sh 85 2008-05-14 13:09:48Z rosiere $
5#-----------------------------------------------------------
6
7for i in *.fpga.log; do
8    echo "===== $i";
9    grep "Number of Slice Registers" $i;
10    grep "Number used as Logic"      $i;
11    grep "Number used as Memory"     $i;
12    grep "Maximum Frequency"         $i;
13done
Note: See TracBrowser for help on using the repository browser.