A leading underscore is valid for macro substitutions.
[iverilog.git] / tgt-fpga / generic.c
blob74c9c6e0d83f4c1930f2dc650ef167f057afe39d
1 /*
2 * Copyright (c) 2003 Stephen Williams (steve@icarus.com)
4 * This source code is free software; you can redistribute it
5 * and/or modify it in source code form under the terms of the GNU
6 * General Public License as published by the Free Software
7 * Foundation; either version 2 of the License, or (at your option)
8 * any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19 #ifdef HAVE_CVS_IDENT
20 #ident "$Id: generic.c,v 1.3 2003/08/26 16:26:02 steve Exp $"
21 #endif
23 # include "generic.h"
25 edif_t edf = 0;
26 edif_xlibrary_t xlib = 0;
28 edif_cell_t cell_0 = 0;
29 edif_cell_t cell_1 = 0;
31 edif_cell_t cell_ipad = 0;
32 edif_cell_t cell_opad = 0;
33 edif_cell_t cell_iopad = 0;
38 * $Log: generic.c,v $
39 * Revision 1.3 2003/08/26 16:26:02 steve
40 * ifdef idents correctly.
42 * Revision 1.2 2003/07/03 17:46:33 steve
43 * IOPAD support.
45 * Revision 1.1 2003/06/25 02:55:57 steve
46 * Virtex and Virtex2 share much code.