From 1d25ae3b1a197a15cdba6c8c206bcd050608a4f0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 22 Feb 2012 17:54:24 -0800 Subject: Experiment with technology mapping. --- src/map/if/if.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/map/if') diff --git a/src/map/if/if.h b/src/map/if/if.h index 09be93e0..aa851d9d 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -74,6 +74,19 @@ typedef struct If_Obj_t_ If_Obj_t; typedef struct If_Cut_t_ If_Cut_t; typedef struct If_Set_t_ If_Set_t; +typedef struct Ifif_Par_t_ Ifif_Par_t; +struct Ifif_Par_t_ +{ + int nLutSize; // the LUT size + If_Lib_t * pLutLib; // the LUT library + float pLutDelays[IF_MAX_LUTSIZE]; // pin-to-pin delays of the max LUT + float DelayWire; // wire delay + int nDegree; // structure degree + int fCascade; // cascade + int fVerbose; // verbose + int fVeryVerbose; // verbose +}; + // parameters struct If_Par_t_ { -- cgit v1.2.3