# @(#)COL.TXT	3.18.1.1 5/4/94 23:56:06
# file: col.txt
# date: 8/23/93
# what: Collapse module error messages -user file
# 
#
#
0001:'%s' not allowed for control signal '%s.%s'
0010:Too many fast clocks required, there are only %d available\
     on %s.
0011:The design requires too many FastClocks used as macrocell\
     clocks; there are only %d available.
0012:Too many fast clocks used in input registers, only %d can\
     be used to clock input registers.
0013:More than one input in '%s'.CLKF statement; signal cannot\
     be implemented in Fast Function Block as specified/required.\
     Consider using macrocell driving FastClock pin or moving\
     signal to High-Density Function Block.
0014:Clock '%s' used in logic---cannot convert to FastClock.\
     In\
          x.clkf = clk and y = clk ...,\
     consider declaring a second input pin clk1 and tie it to\
     clk externally, then change y to\
          y = clk1 ...,\
     or consider moving signal to High-Density Function Block.
0015:Clock '%s' used negated---cannot convert to FastClock.\
     Consider replacing\
          x.clkf = /clk\
     with\
          fc = /clk ;declare FASTCLOCK fc and LOGIC_OPT OFF fc\
          x.clkf = fc,\
     or consider moving signal to High-Density Function Block.
0017:Could not convert '%s' to FastClock as required for\
     this device.  Consider moving signals clocked by this clock\
     to a High-Density Function Block.
0018:Clock '%s' generated by internal node---cannot convert to\
     FastClock.  Consider using macrocell driving FastClock pin.
0019:Could not convert '%s'.CLKF to FastClock; signal cannot\
     be implemented in Fast Function Block as specified/required.\
     Consider moving signal to High-Density Function Block.
0020:This design requires too many FOEs for this device; there\
     are only %d available.
0021:Constant GND detected for '%s'.TRST.  Cannot convert to\
     FOE as required for this design.
0022:Fast output '%s' cannot have both a TRST and FOE.\
     Consider moving the output to a High-Density Function Block.
0023:More than one input in '%s'.TRST.  Signal cannot be\
     implemented in Fast Function Block as specified/required.\
     Consider using macrocell driving FOE pin or moving signal\
     to High-Density Function Block.
0024:TRST '%s' used in logic---cannot convert to FOE.\
     In\
          x.trst = t and y = t ...,\
     consider declaring a second input pin t1 and tie it to\
     t externally, then change y to\
          y = t1 ...,\
     or consider moving signal to High-Density Function Block.
0025:TRST '%s' used negated---cannot convert to FOE.\
     Consider replacing\
          x.trst = /t\
     with\
          foe = /t ;declare FOEPIN foe and LOGIC_OPT OFF foe\
          x.trst  = foe,\
     or consider moving signal to High-Density Function Block.
0027:Could not convert '%s' to FOE as required for this design.
0028:TRST '%s' generated by internal node---cannot convert\
     to FOE.  Consider using macrocell driving FOE pin.\
     In\
	o.trst = f and f = ...\
     declare\
          outputpin (FOE = f) o1\
          foepin f\
          f = ...
0029:Could not convert '%s'.TRST to FOE; signal cannot\
     be implemented in Fast Function Block as specified/required.\
     Consider moving signal to High-Density Function Block.
0030:TRST '%s' cannot be converted to FOE since it is used\
     to tristate the nodetrst output '%s'.
0031:Cannot convert '%s' to FOE as required for Fast Function Block.
0040:Signal '%s' assigned to FastClock pin '%s' not used\
     as FastClock.
0041:Signal '%s' assigned to FOE pin '%s' not used as FOE.
0042:Macrocell FastClock '%s' assigned to pin '%s', which is FCLK2.
0050:Chip model not loaded. 
0080:Output '%s' declared low_power was optimized away.
0081:Signal '%s' assigned to FOE pin# '%s'---this could\
     prevent FOE optimization.
0082:Signal '%s' assigned to FastClock pin# '%s'---this\
     could prevent FastClock optimization.
0083:Input '%s' assigned to pin# '%s'---prevents %s\
     optimization. Unlock the pin to allow it to be optimized.
0084:Signal '%s.%s' evaluates to constant %s.
0085:Invalid pterm limit '%d' for FastFunctionBlock outputs, using\
     default value '%d'.
#
# end of file
#
