Create a config.h.in file to hold all the config

junk, and support gcc 3.0. (Stephan Boettcher)
This commit is contained in:
steve
2001-07-25 03:10:48 +00:00
parent eb08253ed0
commit b825f8d2b2
116 changed files with 848 additions and 130 deletions
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: dump_final.c,v 1.1 2000/12/09 03:42:52 steve Exp $"
#ident "$Id: dump_final.c,v 1.2 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
# include "priv.h"
# include <stdio.h>
@@ -52,6 +54,10 @@ void dump_final_design(FILE*out)
/*
* $Log: dump_final.c,v $
* Revision 1.2 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.1 2000/12/09 03:42:52 steve
* Stuff registers into macrocells.
*
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: emit_jed.c,v 1.2 2001/01/09 04:41:32 steve Exp $"
#ident "$Id: emit_jed.c,v 1.3 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
# include "priv.h"
# include <stdio.h>
# include <malloc.h>
@@ -129,6 +131,10 @@ int emit_jedec(const char*path)
/*
* $Log: emit_jed.c,v $
* Revision 1.3 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.2 2001/01/09 04:41:32 steve
* Clean up the jedec header that is written.
*
+7 -1
View File
@@ -16,8 +16,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#ident "$Id: enables.c,v 1.3 2001/02/07 22:22:00 steve Exp $"
#ident "$Id: enables.c,v 1.4 2001/07/25 03:10:50 steve Exp $"
# include "config.h"
# include "ivl_target.h"
# include <assert.h>
# include "priv.h"
@@ -77,6 +79,10 @@ void absorb_pad_enables(void)
/*
* $Log: enables.c,v $
* Revision 1.4 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.3 2001/02/07 22:22:00 steve
* ivl_target header search path fixes.
*
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: fit_log.c,v 1.3 2001/05/16 03:55:30 steve Exp $"
#ident "$Id: fit_log.c,v 1.4 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
# include "ivl_target.h"
# include <stdio.h>
# include <stdlib.h>
@@ -126,6 +128,10 @@ int fit_logic(void)
/*
* $Log: fit_log.c,v $
* Revision 1.4 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.3 2001/05/16 03:55:30 steve
* Update to new LPM API for flip-flops.
*
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: fit_reg.c,v 1.5 2001/05/16 03:55:30 steve Exp $"
#ident "$Id: fit_reg.c,v 1.6 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
# include "ivl_target.h"
# include <stdio.h>
# include <assert.h>
@@ -134,6 +136,10 @@ int scan_ff_q(ivl_lpm_t ff, unsigned q)
/*
* $Log: fit_reg.c,v $
* Revision 1.6 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.5 2001/05/16 03:55:30 steve
* Update to new LPM API for flip-flops.
*
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: imain.c,v 1.7 2001/05/20 15:09:40 steve Exp $"
#ident "$Id: imain.c,v 1.8 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
/*
* This module generates a PAL that implements the design.
*/
@@ -150,6 +152,10 @@ DECLARE_CYGWIN_DLL(DllMain);
/*
* $Log: imain.c,v $
* Revision 1.8 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.7 2001/05/20 15:09:40 steve
* Mingw32 support (Venkat Iyer)
*
+7 -1
View File
@@ -17,9 +17,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: pads.c,v 1.2 2001/01/15 00:05:39 steve Exp $"
#ident "$Id: pads.c,v 1.3 2001/07/25 03:10:50 steve Exp $"
#endif
# include "config.h"
# include "priv.h"
# include <stdio.h>
# include <stdlib.h>
@@ -79,6 +81,10 @@ int get_pad_bindings(ivl_scope_t net, void*x)
/*
* $Log: pads.c,v $
* Revision 1.3 2001/07/25 03:10:50 steve
* Create a config.h.in file to hold all the config
* junk, and support gcc 3.0. (Stephan Boettcher)
*
* Revision 1.2 2001/01/15 00:05:39 steve
* Add client data pointer for scope and process scanners.
*