#include <iostream>#include <string>#include <vector>#include <map>#include "hardwareTask.h"#include "softwareTask.h"#include "virtualHardwareTask.h"#include "RZStats.h"#include "synthesisReport.h"#include "processor.h"#include "task.h"Go to the source code of this file.
Classes | |
| class | Simulation |
Enumerations | |
| enum | AllocationStrategy { NO_OPTIMIZATION, HIGHEST_FRAGMENTATION, HIGHEST_MEMORY_COST, SHORTEST_RUNTIME } |
| enum | ProcessorAllocationStrategy { SOFT_NO_OPTIMIZATION, SOFT_SHORTEST_RUNTIME } |
| enum | ImplementationMetric { EXTERNAL_FRAGMENTATION, POWER_CONSUMPTION } |
| enum | CompressionEvaluation { MEAN_VALUE, LIST, PLANAHEAD } |
| enum | PartitioningReturnValue { PARTITIONING_SUCCESS, PARTITIONING_USELESS, PARTITIONING_IMPOSSIBLE, PARTITIONING_FAILURE } |
| enum | PlanAheadVersion { PLANAHEAD_12_X, PLANAHEAD_13_X, PLANAHEAD_14_X } |
| enum | BitstreamGeneration { NONE, PLANAHEAD_IMPLEMENTATION, FINAL_PLANAHEAD_VERIFICATION } |
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
Simulation representation (tasks, RZs)
| enum AllocationStrategy |
Available allocation optimization strategies
| enum BitstreamGeneration |
Bitstream generation for compression estimation ?
Compression evaluation options
| enum ImplementationMetric |
Available implementation metrics
Partitioning step return values
| enum PlanAheadVersion |
PlanAhead supported version enumeration
1.7.1