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

Last change on this file since 71 was 71, checked in by rosiere, 16 years ago

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

  • Property svn:executable set to *
File size: 225 bytes
Line 
1#!/bin/sh
2
3for i in *.fpga.log; do
4
5    echo "===== $i";
6    grep "Number of Slice Registers" $i;
7    grep "Number used as Logic"      $i;
8    grep "Number used as Memory"     $i;
9    grep "Maximum Frequency"         $i;
10done
Note: See TracBrowser for help on using the repository browser.