From 02f7ede7c6d605ca58cbdd882d1818c7a274f5bc Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 29 Mar 2011 19:11:34 -0700 Subject: Added test package (new files). --- src/base/test/test.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/base/test/test.c (limited to 'src/base/test/test.c') diff --git a/src/base/test/test.c b/src/base/test/test.c new file mode 100644 index 00000000..f603befd --- /dev/null +++ b/src/base/test/test.c @@ -0,0 +1,70 @@ +/**CFile**************************************************************** + + FileName [test.c] + + SystemName [ABC: Logic synthesis and verification system.] + + PackageName [Template package.] + + Synopsis [] + + Author [] + + Affiliation [] + + Date [Ver. 1.0. Started - June 20, 2005.] + + Revision [$Id: test.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $] + +***********************************************************************/ + +#include "main.h" + +ABC_NAMESPACE_IMPL_START + + +//////////////////////////////////////////////////////////////////////// +/// DECLARATIONS /// +//////////////////////////////////////////////////////////////////////// + +//////////////////////////////////////////////////////////////////////// +/// FUNCTION DEFINITIONS /// +//////////////////////////////////////////////////////////////////////// + +/**Function************************************************************* + + Synopsis [] + + Description [] + + SideEffects [] + + SeeAlso [] + +***********************************************************************/ +void Test_Init( Abc_Frame_t * pAbc ) +{ +} + +/**Function************************************************************* + + Synopsis [] + + Description [] + + SideEffects [] + + SeeAlso [] + +***********************************************************************/ +void Test_End( Abc_Frame_t * pAbc ) +{ +} + +//////////////////////////////////////////////////////////////////////// +/// END OF FILE /// +//////////////////////////////////////////////////////////////////////// + + +ABC_NAMESPACE_IMPL_END + -- cgit v1.2.3