cocom-org / oka

translator of processor pipeline hazards description (PHD) into code for fast recognition of pipeline hazards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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

About

translator of processor pipeline hazards description (PHD) into code for fast recognition of pipeline hazards


Languages

Language:C 68.7%Language:C++ 15.8%Language:Yacc 6.2%Language:HTML 4.7%Language:Shell 3.5%Language:Makefile 0.4%Language:Roff 0.3%Language:M4 0.2%Language:Objective-C 0.2%