|
OpenASIP 2.2
|
#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"
Go to the source code of this file.
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.
Definition in file CollisionMatrix.cc.