summaryrefslogtreecommitdiffstats
path: root/src/map/fpga/fpgaInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/fpga/fpgaInt.h')
-rw-r--r--src/map/fpga/fpgaInt.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/map/fpga/fpgaInt.h b/src/map/fpga/fpgaInt.h
index c9272154..f2c482af 100644
--- a/src/map/fpga/fpgaInt.h
+++ b/src/map/fpga/fpgaInt.h
@@ -155,15 +155,15 @@ struct Fpga_ManStruct_t_
float TimeLimit; // for resynthesis
// runtime statistics
- int timeToMap; // time to transfer to the mapping structure
- int timeCuts; // time to compute k-feasible cuts
- int timeTruth; // time to compute the truth table for each cut
- int timeMatch; // time to perform matching for each node
- int timeRecover; // time to perform area recovery
- int timeToNet; // time to transfer back to the network
- int timeTotal; // the total mapping time
- int time1; // time to transfer to the mapping structure
- int time2; // time to transfer to the mapping structure
+ clock_t timeToMap; // time to transfer to the mapping structure
+ clock_t timeCuts; // time to compute k-feasible cuts
+ clock_t timeTruth; // time to compute the truth table for each cut
+ clock_t timeMatch; // time to perform matching for each node
+ clock_t timeRecover; // time to perform area recovery
+ clock_t timeToNet; // time to transfer back to the network
+ clock_t timeTotal; // the total mapping time
+ clock_t time1; // time to transfer to the mapping structure
+ clock_t time2; // time to transfer to the mapping structure
};
// the LUT library