#include "RZ.h"#include "device.h"#include <iostream>#include <string>#include <vector>#include <map>Go to the source code of this file.
Classes | |
| class | ResourceRequirements |
| Representation of a task resource requirements. These requirements are specified for each different resource type (or RBType) and used to determine a set of reconfigurable zones (RZs) that could possibly host tasks based on these resource requirements. More... | |
Enumerations | |
| enum | TailorRZState { Success, EndOfLine, ColumnNotUsed, LineNotUsed, HasSiblings, RestrictedColumn } |
Enumeration of possible return values for the Tailor RZ method. | |
UNS - CNRS Copyright 2012 All Rights Reserved.
These computer program listings and specifications, herein, are the property of Université de Nice Sophia-Antipolis (UNS) and Centre National de la Recherche Scientifique (CNRS), and shall not be reproduced or copied or used in whole or in part as the basis for manufacture or sale of items without written permission. For a license agreement, please contact: contact@sattse.com
Representation of a task resource requirements. These requirements are specified for each different resource type (or RBType) and used to determine a set of reconfigurable zones (RZs) that could possibly host tasks based on these resource requirements.
1.7.1