/*
* $Id: ext_nets.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
*
* $Log: ext_nets.h,v $
* Revision 1.1.1.1 2003/11/04 23:34:57 mjames
* Imported into local repositrory
*
* Revision 1.4 2001/10/31 22:20:05 mjames
* Tidying up problematical comments caused by CVS
* 'intelligent' comment guessing
*
* Revision 1.3 2001/06/06 12:10:22 mjames
* Move from HPUX
*
* Revision 1.2 2001/03/29 22:08:56 mjames
* Modified to define the scope of set generic commands : now can be global
* or defined for a socket or a simple wildcarded list of sockets.
*
* In addition the is_FPGA property has been activated so that FPGA components
* are not listed out when used in a Verilog (.vb) file.
*
* Version raised to 11.02
*
* Revision 1.1.1.1 2000/10/19 21:58:37 mjames
* Mike put it here
*
*
* Revision 1.21 2000/10/04 10:37:13 10:37:13 mjames (Mike James)
* Modified for Vertical2 : support COMPONENTS and SIGNALS
*
* Revision 1.21 2000/10/04 10:37:13 10:37:13 mjames (Mike James)
* Part of Release PSAVAT01
*
* Revision 1.20 2000/10/02 11:04:13 11:04:13 mjames (Mike James)
* new_vhdl
*
* Revision 1.19 2000/09/27 14:42:28 14:42:28 mjames (Mike James)
* Part of Release Sep_27_ST_2000
*
* Revision 1.18 2000/09/21 10:15:58 10:15:58 mjames (Mike James)
* Part of Release Sep21Alpha
*
* Revision 1.17 2000/08/25 09:57:22 09:57:22 mjames (Mike James)
* Part of Release Aug25_alpha
*
* Revision 1.16 2000/08/16 08:57:38 08:57:38 mjames (Mike James)
* Part of Release CD01_Aug2000
*
* Revision 1.15 2000/08/14 14:45:18 14:45:18 mjames (Mike James)
* Part of Release Aug_14_2000
*
* Revision 1.14 2000/08/11 08:30:38 08:30:38 mjames (Mike James)
* Part of Release Aug_11_2000
*
* Revision 1.13 2000/08/09 10:31:56 10:31:56 mjames (Mike James)
* Part of Release Aug__9_2000
*
* Revision 1.12 2000/05/31 11:43:08 11:43:08 mjames (Mike James)
* Part of Release May_31_2000
*
* Revision 1.11 2000/05/08 17:01:45 17:01:45 mjames (Mike James)
* Part of Release May__8_2000
*
* Revision 1.10 2000/05/08 16:59:38 16:59:38 mjames (Mike James)
* Part of Release May__8_2000
*
* Revision 1.9 2000/05/08 16:57:15 16:57:15 mjames (Mike James)
* Part of Release May__8_2000
*
* Revision 1.8 2000/03/08 16:18:59 16:18:59 mjames (Mike James)
* New version including PC
*
* Revision 1.5 2000/01/20 15:58:56 15:58:56 mjames (Mike James)
* Part of Release R22
*
* Revision 1.4 99/12/22 11:15:37 11:15:37 mjames (Mike James)
* Part of Release Dec_22_1999
*
* Revision 1.3 98/02/11 11:25:56 11:25:56 mjames (Mike James)
* Checked in for version 6.2a
*
* Revision 1.2 97/04/23 08:44:08 08:44:08 mjames (Mike James)
* CHecked in for release rel23041997
*
* Revision 1.1 96/07/19 14:39:14 14:39:14 mjames (Mike James)
* Initial revision
* */
/* functions to set and reset the is_external flags */
extern void set_external_flags (char *template);
extern void clear_external_flags (char *template);
extern void set_FPGA_flags (char *template);
extern void clear_FPGA_flags (char *template);