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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 224 bytes
Line 
1#!/bin/sh
2
3for i in *.fpga.log; do
4    echo "===== $i";
5    grep "Number of Slice Registers" $i;
6    grep "Number used as Logic"      $i;
7    grep "Number used as Memory"     $i;
8    grep "Maximum Frequency"         $i;
9done
Note: See TracBrowser for help on using the repository browser.