From c7b1deed3e5dc9b577eb692c4883370e1a78c87a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 26 Jun 2013 22:43:24 -0700 Subject: Saving delay information after mapping. --- src/map/if/if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index ca5937fd..be787a0b 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -140,6 +140,7 @@ struct If_Par_t_ int nLatchesCoBox; // the number of white box inputs among the COs int fLiftLeaves; // shift the leaves for seq mapping int fUseCoAttrs; // use CO attributes + float FinalDelay; // final delay after mapping If_LibLut_t * pLutLib; // the LUT library float * pTimesArr; // arrival times float * pTimesReq; // required times -- cgit v1.2.3