Changeset 10 for hiersort

Show
Ignore:
Timestamp:
07/04/08 03:04:46 (2 years ago)
Author:
thesz
Message:

Added Makefile target 'demo'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hiersort/Makefile

    r1 r10  
    1515        tar cf $(targname).tar * 
    1616        bzip2 -9 $(targname).tar 
     17 
     18demo:   all 
     19        make -C ./tests/matmul run 
  • hiersort/README

    r1 r10  
    22------------------- 
    33 
    4  
    54This is a top-level directory for Hierarchical Sorting Dataflow machine 
    65prototype simulator. 
    7  
    86 
    97System requirements: 
     
    119* Glasgow Haskell Compiler version 6.4 and later. 
    1210 
    13  
    1411In this directory you can issue 'make' for building all the demos, 
    1512'make clean compress' to clean intermediate files and get archive named 
    16 after current date. 
     13after current date. Issue 'make demo' to run matrix multiplication test 
     14program. 
    1715 
    1816 
     
    2826------------------ 
    2927 
    30  
    3128Currently, the content of animation/ directory is out-of-date. But you can 
    3229watch old animations anyway (*.hierani).