From 80983617b3f2843a176c8de1fee84de17a507fe9 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 12 Aug 2005 08:01:00 -0700 Subject: Version abc50812 --- src/misc/vec/vecFan.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/misc') diff --git a/src/misc/vec/vecFan.h b/src/misc/vec/vecFan.h index 451724d6..01335da0 100644 --- a/src/misc/vec/vecFan.h +++ b/src/misc/vec/vecFan.h @@ -39,9 +39,8 @@ typedef struct Abc_Fan_t_ Abc_Fan_t; struct Abc_Fan_t_ // 1 word { - unsigned iFan : 21; // the ID of the object - unsigned nLats : 3; // the number of latches (up to 7) - unsigned Inits : 7; // the initial values of the latches + unsigned iFan : 26; // the ID of the object + unsigned nLats : 5; // the number of latches (up to 31) unsigned fCompl : 1; // the complemented attribute }; -- cgit v1.2.3