OpenASIP  2.0
CollisionMatrix.cc File Reference
#include "CollisionMatrix.hh"
#include "Application.hh"
#include "FunctionUnit.hh"
#include "PipelineElement.hh"
#include "FUPort.hh"
#include "HWOperation.hh"
#include "Conversion.hh"
#include "ResourceVector.hh"
#include "ResourceVectorSet.hh"
#include "ReservationTable.hh"
#include "FUReservationTableIndex.hh"
Include dependency graph for CollisionMatrix.cc:

Go to the source code of this file.

Detailed Description

Definition of CollisionMatrix class.

Matrix' value is 1 if and only if the operation represented by the row cannot be started after the cycle number represented by the column number. That is, M[O,I] = 1 in case operation O cannot be started I cycles after, 0 otherwise.

Author
Pekka Jääskeläinen 2006 (pekka.jaaskelainen-no.spam-tut.fi)
Note
rating: red

Definition in file CollisionMatrix.cc.