|
Revision 10, 0.8 kB
(checked in by thesz, 2 years ago)
|
Added Makefile target 'demo'
|
| Line | |
|---|
| 1 |
GENERAL INFORMATION |
|---|
| 2 |
------------------- |
|---|
| 3 |
|
|---|
| 4 |
This is a top-level directory for Hierarchical Sorting Dataflow machine |
|---|
| 5 |
prototype simulator. |
|---|
| 6 |
|
|---|
| 7 |
System requirements: |
|---|
| 8 |
* MinGW/MSys or Cygwin with Tcl/Tk installed on Windows platforms. |
|---|
| 9 |
* Glasgow Haskell Compiler version 6.4 and later. |
|---|
| 10 |
|
|---|
| 11 |
In this directory you can issue 'make' for building all the demos, |
|---|
| 12 |
'make clean compress' to clean intermediate files and get archive named |
|---|
| 13 |
after current date. Issue 'make demo' to run matrix multiplication test |
|---|
| 14 |
program. |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
COPYRIGHT AND LICENSING |
|---|
| 18 |
----------------------- |
|---|
| 19 |
|
|---|
| 20 |
All source files are Copyright (C) 2007, 2008 Serguey Zefirov and are |
|---|
| 21 |
licensed under GNU GPLv3. See file COPYING or visit http://gnu.org/licenses |
|---|
| 22 |
for details. |
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
WHAT DOES NOT WORK |
|---|
| 26 |
------------------ |
|---|
| 27 |
|
|---|
| 28 |
Currently, the content of animation/ directory is out-of-date. But you can |
|---|
| 29 |
watch old animations anyway (*.hierani). |
|---|