summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 18:41:02 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 18:41:02 -0700
commitea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8 (patch)
treebe95e2d530a62b6fe45a8882f5c1bfa43d303a34 /src/map
parent4760983a461142eacceeed45ddcf5598e6a389a2 (diff)
downloadabc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.tar.gz
abc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.tar.bz2
abc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.zip
Fixing time primtouts throughout the code.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/fpga/fpgaCore.c2
-rw-r--r--src/map/if/ifCore.c2
-rw-r--r--src/map/if/ifSeq.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/map/fpga/fpgaCore.c b/src/map/fpga/fpgaCore.c
index 64b26689..987d782f 100644
--- a/src/map/fpga/fpgaCore.c
+++ b/src/map/fpga/fpgaCore.c
@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
static int Fpga_MappingPostProcess( Fpga_Man_t * p );
extern clock_t s_MappingTime;
-extern clock_t s_MappingMem;
+extern int s_MappingMem;
////////////////////////////////////////////////////////////////////////
diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c
index 0ddfafd6..f42c29eb 100644
--- a/src/map/if/ifCore.c
+++ b/src/map/if/ifCore.c
@@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
-extern int s_MappingTime;
+extern clock_t s_MappingTime;
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c
index d34cf538..37c98f0d 100644
--- a/src/map/if/ifSeq.c
+++ b/src/map/if/ifSeq.c
@@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
-extern int s_MappingTime;
+extern clock_t s_MappingTime;
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///