-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (16 loc) · 907 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory OKA contains translator of a processor pipeline
hazards description. OKA is a translator of a processor pipeline
hazards description (PHD) into code for fast recognition of pipeline
hazards. A pipeline hazards description describes mainly reservations
of processor functional units by an instruction during its execution.
The instruction reservations are given by regular expression
describing nondeterministic finite state automaton (NDFA). All
analogous tools are based only on deterministic finite state automaton
(DFA).
OKA is accompanied with the scheduler on C and C++ for scheduling
basic blocks (see directory SCHEDULE).
To install OKA see file INSTALL in the current directory.
Documentation of OKA is in files `oka.1', `oka.txt', `oka.dvi',
`oka.ps', `oka.info*', `oka*.html', `oka*.rtf'.
Please send bug reports and comments to vmakarov@gcc.gnu.org
Vladimir Makarov