Subversion Repositories Vertical

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * $Id: ext_nets.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $  
  3.  *
  4.  * $Log: ext_nets.h,v $
  5.  * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
  6.  * Imported into local repositrory
  7.  *
  8.  * Revision 1.4  2001/10/31 22:20:05  mjames
  9.  * Tidying up problematical comments caused by CVS
  10.  * 'intelligent' comment guessing
  11.  *
  12.  * Revision 1.3  2001/06/06 12:10:22  mjames
  13.  * Move from HPUX
  14.  *
  15.  * Revision 1.2  2001/03/29 22:08:56  mjames
  16.  * Modified to define the scope of set generic commands : now can be global
  17.  * or defined for a socket or a simple wildcarded list of sockets.
  18.  *
  19.  * In addition the is_FPGA property has been activated so that FPGA components
  20.  * are not listed out when used in a Verilog (.vb) file.
  21.  *
  22.  * Version raised to 11.02
  23.  *
  24.  * Revision 1.1.1.1  2000/10/19 21:58:37  mjames
  25.  * Mike put it here
  26.  *
  27.  *
  28.  * Revision 1.21  2000/10/04  10:37:13  10:37:13  mjames (Mike James)
  29.  * Modified for Vertical2 : support COMPONENTS and SIGNALS
  30.  *
  31.  * Revision 1.21  2000/10/04  10:37:13  10:37:13  mjames (Mike James)
  32.  * Part of Release PSAVAT01
  33.  *
  34.  * Revision 1.20  2000/10/02  11:04:13  11:04:13  mjames (Mike James)
  35.  * new_vhdl
  36.  *
  37.  
  38.  * Revision 1.19  2000/09/27  14:42:28  14:42:28  mjames (Mike James)
  39.  
  40.  * Part of Release Sep_27_ST_2000
  41.  
  42.  *
  43.  
  44.  * Revision 1.18  2000/09/21  10:15:58  10:15:58  mjames (Mike James)
  45.  
  46.  * Part of Release Sep21Alpha
  47.  
  48.  *
  49.  
  50.  * Revision 1.17  2000/08/25  09:57:22  09:57:22  mjames (Mike James)
  51.  
  52.  * Part of Release Aug25_alpha
  53.  
  54.  *
  55.  
  56.  * Revision 1.16  2000/08/16  08:57:38  08:57:38  mjames (Mike James)
  57.  
  58.  * Part of Release CD01_Aug2000
  59.  
  60.  *
  61.  
  62.  * Revision 1.15  2000/08/14  14:45:18  14:45:18  mjames (Mike James)
  63.  
  64.  * Part of Release Aug_14_2000
  65.  
  66.  *
  67.  
  68.  * Revision 1.14  2000/08/11  08:30:38  08:30:38  mjames (Mike James)
  69.  
  70.  * Part of Release Aug_11_2000
  71.  
  72.  *
  73.  
  74.  * Revision 1.13  2000/08/09  10:31:56  10:31:56  mjames (Mike James)
  75.  
  76.  * Part of Release Aug__9_2000
  77.  
  78.  *
  79.  
  80.  * Revision 1.12  2000/05/31  11:43:08  11:43:08  mjames (Mike James)
  81.  
  82.  * Part of Release May_31_2000
  83.  
  84.  *
  85.  
  86.  * Revision 1.11  2000/05/08  17:01:45  17:01:45  mjames (Mike James)
  87.  
  88.  * Part of Release May__8_2000
  89.  
  90.  *
  91.  
  92.  * Revision 1.10  2000/05/08  16:59:38  16:59:38  mjames (Mike James)
  93.  
  94.  * Part of Release May__8_2000
  95.  
  96.  *
  97.  
  98.  * Revision 1.9  2000/05/08  16:57:15  16:57:15  mjames (Mike James)
  99.  
  100.  * Part of Release May__8_2000
  101.  
  102.  *
  103.  
  104.  * Revision 1.8  2000/03/08  16:18:59  16:18:59  mjames (Mike James)
  105.  
  106.  * New version including PC
  107.  
  108.  *
  109.  
  110.  * Revision 1.5  2000/01/20  15:58:56  15:58:56  mjames (Mike James)
  111.  
  112.  * Part of Release R22
  113.  
  114.  *
  115.  
  116.  * Revision 1.4  99/12/22  11:15:37  11:15:37  mjames (Mike James)
  117.  
  118.  * Part of Release Dec_22_1999
  119.  
  120.  *
  121.  
  122.  * Revision 1.3  98/02/11  11:25:56  11:25:56  mjames (Mike James)
  123.  
  124.  * Checked in for version 6.2a
  125.  
  126.  *
  127.  
  128.  * Revision 1.2  97/04/23  08:44:08  08:44:08  mjames (Mike James)
  129.  
  130.  * CHecked in for release rel23041997
  131.  
  132.  *
  133.  
  134.  * Revision 1.1  96/07/19  14:39:14  14:39:14  mjames (Mike James)
  135.  
  136.  * Initial revision
  137.  
  138.  *  */
  139.  
  140. /* functions to set and reset the is_external flags */
  141.  
  142. extern void set_external_flags(char * template );
  143.  
  144.  
  145.  
  146. extern void clear_external_flags(char * template );
  147.  
  148.  
  149.  
  150. extern void set_FPGA_flags(char * template );
  151.  
  152.  
  153.  
  154. extern void clear_FPGA_flags(char * template );
  155.  
  156.  
  157.