da.cc: fix typo in comment
[ppn.git] / README
blob7bb450cb77ade8ea029e9d94c36acc79712d4685
1 isa, a tool for Integer Set Analysis
3 Some common commands:
5 - extract a polyhedral model from test.c
7         c2pdg test.c
9   The polyhedral model is stored in test.yaml
11 - convert to a process network
13         pn < test.yaml > test_pn.yaml
15 - write out C code again for a (possibly transformed) polyhedral model
17     sloog -domains test_pn.yaml test_d.spd test_t.spd
18     s2c test_t.spd