- Timestamp:
- 07/04/08 03:04:46 (2 years ago)
- Files:
-
- hiersort/Makefile (modified) (1 diff)
- hiersort/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hiersort/Makefile
r1 r10 15 15 tar cf $(targname).tar * 16 16 bzip2 -9 $(targname).tar 17 18 demo: all 19 make -C ./tests/matmul run hiersort/README
r1 r10 2 2 ------------------- 3 3 4 5 4 This is a top-level directory for Hierarchical Sorting Dataflow machine 6 5 prototype simulator. 7 8 6 9 7 System requirements: … … 11 9 * Glasgow Haskell Compiler version 6.4 and later. 12 10 13 14 11 In this directory you can issue 'make' for building all the demos, 15 12 'make clean compress' to clean intermediate files and get archive named 16 after current date. 13 after current date. Issue 'make demo' to run matrix multiplication test 14 program. 17 15 18 16 … … 28 26 ------------------ 29 27 30 31 28 Currently, the content of animation/ directory is out-of-date. But you can 32 29 watch old animations anyway (*.hierani).
