BSDL Files Library for JTAG

The only free public library that contains thousands of BSDL (Boundary Scan Description Language) models to use with BScan/JTAG tools

BSDL model: XCS30_TQ144

--$ XILINX$RCSfile: xcs30_TQ144.bsd,v $
--$ XILINX$Revision: 1.3 $
--
-- BSDL file for device XCS30, package TQ144
-- Xilinx, Inc. $State: FINAL $ $Date: 1998-03-05 01:51:37+00 $
-- Generated by createBSDL 2.9
--
-- For technical support, contact Xilinx as follows:
--	North America	1-800-255-7778		hotline@xilinx.com
--	United Kingdom	(44) 1932 820821	ukhelp@xilinx.com
--	France		(33) 1 3463 0100	frhelp@xilinx.com
--	Germany		(49) 89 991 54930	dlhelp@xilinx.com
--	Japan		(81) 3-3297-9163	jhotline@xilinx.com
--
-- BSDL verified to conform to 1149.1b-1994 syntax. This device has been 
-- tested by the Intellitech 1149.1 Verification Lab using the Intellitech
-- Eclipse(TM) Scan Diagnostic Tool and the Intellitech RCT(TM). This
-- device has been verified to operate according to the BSDL provided,
-- and is compatible with the IEEE 1149.1 standard when the operating 
-- instructions in the BSDL are followed. 
-- PH: 603-868-7116 or email: scansupport@intellitech.com
--

-- This BSDL file reflects the pre-configuration JTAG behavior. To reflect
-- the post-configuration JTAG behavior (if any), edit this file as described
-- below. Many of these changes are demonstrated by commented-out template
-- lines preceeding the lines they would replace:
-- 	
-- 1. Enable USER instructions as appropriate (see below).
-- 2. For inputs using uncontrolled paths (e.g. PGCK, SGCK), change
-- 	boundary cell function from 'input' to 'clock' or 'observe_only'.
-- 3. Set disable result of all pads as configured.
-- 4. Set safe state of boundary cells as necessary.
-- 5. Set safe state of INIT output to X, or as necessary (see below).
-- 6. Rename entity if necessary to avoid name collisions.
-- 7. Change INIT port direction from "in" to "inout" (see below).
-- 8. Change COMPLIANCE_PATTERNS to "(PROGRAM) (1)" (see below).
-- 9. Change INIT boundary cells from internal to controlr, output3,
-- 	and input, respectively (see below).
-- 10. Remove the design warning regarding keeping INIT low.
-- 
-- NOTE: Post-configuration JTAG is available only if the BSCAN symbol
-- 	is instantiated in the FPGA design.
-- NOTE: PULLUP symbols must be instantiated on the TMS and TDI pins
-- 	in the FPGA design to comply with IEEE Std. 1149.1-1993.

entity XCS30_TQ144 is

generic (PHYSICAL_PIN_MAP : string := "TQ144" );

port (
	CCLK: linkage bit;
	DONE: linkage bit;
	GND: linkage bit_vector (1 to 16);
-- INIT is not a compliance enable after configuration. For post-configuration
-- operation un-comment the next line and comment out the following line so
-- that INIT is of type inout.
-- 	INIT: inout bit;
	INIT: in bit; 
	IO2: inout bit;
	IO3: inout bit;
	IO4: inout bit;
	IO5: inout bit;
	IO8: inout bit;
	IO9: inout bit;
	IO13: inout bit;
	IO14: inout bit;
	IO20: inout bit;
	IO21: inout bit;
	IO24: inout bit;
	IO25: inout bit;
	IO26: inout bit;
	IO27: inout bit;
	IO31: inout bit;
	IO32: inout bit;
	IO33: inout bit;
	IO34: inout bit;
	IO44: inout bit;
	IO45: inout bit;
	IO47: inout bit;
	IO53: inout bit;
	IO54: inout bit;
	IO55: inout bit;
	IO56: inout bit;
	IO59: inout bit;
	IO60: inout bit;
	IO61: inout bit;
	IO62: inout bit;
	IO68: inout bit;
	IO69: inout bit;
	IO70: inout bit;
	IO71: inout bit;
	IO79: inout bit;
	IO80: inout bit;
	IO81: inout bit;
	IO82: inout bit;
	IO83: inout bit;
	IO84: inout bit;
	IO90: inout bit;
	IO91: inout bit;
	IO92: inout bit;
	IO93: inout bit;
	IO94: inout bit;
	IO95: inout bit;
	IO103: inout bit;
	IO104: inout bit;
	IO105: inout bit;
	IO106: inout bit;
	IO112: inout bit;
	IO113: inout bit;
	IO114: inout bit;
	IO118: inout bit;
	IO119: inout bit;
	IO120: inout bit;
	IO121: inout bit;
	IO127: inout bit;
	IO128: inout bit;
	IO129: inout bit;
	IO130: inout bit;
	IO138: inout bit;
	IO139: inout bit;
	IO140: inout bit;
	IO141: inout bit;
	IO142: inout bit;
	IO143: inout bit;
	IO148: inout bit;
	IO149: inout bit;
	IO150: inout bit;
	IO151: inout bit;
	IO154: inout bit;
	IO155: inout bit;
	IO163: inout bit;
	IO164: inout bit;
	IO166: inout bit;
	IO167: inout bit;
	IO170: inout bit;
	IO171: inout bit;
	IO172: inout bit;
	IO173: inout bit;
	IO176: inout bit;
	IO177: inout bit;
	IO178: inout bit;
	IO179: inout bit;
	IO182: inout bit;
	IO183: inout bit;
	IO185: inout bit;
	IO186: inout bit;
	IO196: inout bit;
	IO197: inout bit;
	IO198: inout bit;
	IO199: inout bit;
	IO200: inout bit;
	IO201: inout bit;
	IO206: inout bit;
	IO207: inout bit;
	IO208: inout bit;
	IO209: inout bit;
	IO210: inout bit;
	IO211: inout bit;
	IO214: inout bit;
	IO219: inout bit;
	IO220: inout bit;
	IO224: inout bit;
	IO225: inout bit;
	IO228: inout bit;
	IO229: inout bit;
	IO230: inout bit;
	IO231: inout bit;
	MODE: inout bit;
	PROGRAM: in bit;
	TCK: in bit;
	TDI: in bit;
	TDO: out bit;
	TMS: in bit;
	VDD: linkage bit_vector (1 to 8)
); --end port list

use STD_1149_1_1994.all;

attribute COMPONENT_CONFORMANCE of XCS30_TQ144 : entity is
	"STD_1149_1_1993";

attribute PIN_MAP of XCS30_TQ144 : entity is PHYSICAL_PIN_MAP;

constant TQ144: PIN_MAP_STRING:=
	"CCLK:     P107," &
	"DONE:      P72," &
	"GND:(     P137,       P1,       P8,      P17,      P27,      P35,      P45,      P55,      P64,      P71," &
		"      P81,      P91,     P100,     P110,     P118,     P127)," &
	"INIT:      P53," &
	"IO2:     P129," &
	"IO3:     P130," &
	"IO4:     P131," &
	"IO5:     P132," &
	"IO8:     P133," &
	"IO9:     P134," &
	"IO13:     P135," &
	"IO14:     P136," &
	"IO20:     P138," &
	"IO21:     P139," &
	"IO24:     P140," &
	"IO25:     P141," &
	"IO26:     P142," &
	"IO27:     P143," &
	"IO31:       P2," &
	"IO32:       P3," &
	"IO33:       P4," &
	"IO34:       P5," &
	"IO44:       P9," &
	"IO45:      P10," &
	"IO47:      P12," &
	"IO53:      P13," &
	"IO54:      P14," &
	"IO55:      P15," &
	"IO56:      P16," &
	"IO59:      P19," &
	"IO60:      P20," &
	"IO61:      P21," &
	"IO62:      P22," &
	"IO68:      P23," &
	"IO69:      P24," &
	"IO70:      P25," &
	"IO71:      P26," &
	"IO79:      P28," &
	"IO80:      P29," &
	"IO81:      P30," &
	"IO82:      P31," &
	"IO83:      P32," &
	"IO84:      P33," &
	"IO90:      P39," &
	"IO91:      P40," &
	"IO92:      P41," &
	"IO93:      P42," &
	"IO94:      P43," &
	"IO95:      P44," &
	"IO103:      P46," &
	"IO104:      P47," &
	"IO105:      P48," &
	"IO106:      P49," &
	"IO112:      P50," &
	"IO113:      P51," &
	"IO114:      P52," &
	"IO118:      P56," &
	"IO119:      P57," &
	"IO120:      P58," &
	"IO121:      P59," &
	"IO127:      P60," &
	"IO128:      P61," &
	"IO129:      P62," &
	"IO130:      P63," &
	"IO138:      P65," &
	"IO139:      P66," &
	"IO140:      P67," &
	"IO141:      P68," &
	"IO142:      P69," &
	"IO143:      P70," &
	"IO148:      P75," &
	"IO149:      P76," &
	"IO150:      P77," &
	"IO151:      P78," &
	"IO154:      P79," &
	"IO155:      P80," &
	"IO163:      P82," &
	"IO164:      P83," &
	"IO166:      P84," &
	"IO167:      P85," &
	"IO170:      P86," &
	"IO171:      P87," &
	"IO172:      P88," &
	"IO173:      P89," &
	"IO176:      P92," &
	"IO177:      P93," &
	"IO178:      P94," &
	"IO179:      P95," &
	"IO182:      P96," &
	"IO183:      P97," &
	"IO185:      P98," &
	"IO186:      P99," &
	"IO196:     P101," &
	"IO197:     P102," &
	"IO198:     P103," &
	"IO199:     P104," &
	"IO200:     P105," &
	"IO201:     P106," &
	"IO206:     P111," &
	"IO207:     P112," &
	"IO208:     P113," &
	"IO209:     P114," &
	"IO210:     P115," &
	"IO211:     P116," &
	"IO214:     P117," &
	"IO219:     P119," &
	"IO220:     P120," &
	"IO224:     P121," &
	"IO225:     P122," &
	"IO228:     P123," &
	"IO229:     P124," &
	"IO230:     P125," &
	"IO231:     P126," &
	"MODE:      P36," &
	"PROGRAM:      P74," &
	"TCK:       P7," &
	"TDI:       P6," &
	"TDO:     P109," &
	"TMS:      P11," &
	"VDD:(     P128,     P144,      P18,      P37,      P54,      P73,      P90,     P108)";
--end pin map

attribute TAP_SCAN_IN    of TDI : signal is true;
attribute TAP_SCAN_MODE  of TMS : signal is true;
attribute TAP_SCAN_OUT   of TDO : signal is true;
attribute TAP_SCAN_CLOCK of TCK : signal is (2.0e6, LOW);
-- This is conservative. Real max is expected to be (~5MHz, BOTH).

attribute COMPLIANCE_PATTERNS of XCS30_TQ144 : entity is
-- INIT is not a compliance enable after configuration. For post-configuration
-- operation un-comment the next line and comment out the corresponding line
-- below.
-- 	"(PROGRAM) (1)";
-- 
-- NOTE: If INIT has been high or floating since the later of power-on
-- 	and the last rising transition of PROGRAM, then the device may
-- 	be in configuration mode in which case some JTAG instructions
-- 	will not be available.
	"(INIT,PROGRAM) (01)"; 

attribute INSTRUCTION_LENGTH of XCS30_TQ144 : entity is 3;

attribute INSTRUCTION_OPCODE of XCS30_TQ144 : entity is
	"SAMPLE (001)," & -- Internal capture not valid until after config
	"RESERVED (110)," &
	"READBACK (100)," & -- Not available during configuration
	"CONFIGURE (101)," & -- Not available during configuration
	"USER2 (011)," & -- Not available until after configuration
	"USER1 (010)," & -- Not available until after configuration
	"EXTEST (000)," & -- Not available during configuration
	"BYPASS (111)";

attribute INSTRUCTION_CAPTURE of XCS30_TQ144 : entity is "X01";
-- MSB of instruction capture is low during configuration.

-- If the device is configured, and a USER instruction is implemented
-- and not private to the FPGA designer, then it should be removed
-- from INSTRUCTION_PRIVATE, and the target register should be defined
-- in REGISTER_ACCESS.

attribute INSTRUCTION_PRIVATE of XCS30_TQ144 : entity is
	"USER1," &
	"USER2," &
	"READBACK," &
	"RESERVED," &
	"CONFIGURE";

attribute REGISTER_ACCESS of XCS30_TQ144 : entity is
--	"<reg_name>[<length>] (USER1)," &
--	"<reg_name>[<length>] (USER2)," &
	"BYPASS (BYPASS)," &
	"BOUNDARY (SAMPLE,EXTEST)";

attribute BOUNDARY_LENGTH of XCS30_TQ144 : entity is 584;

attribute BOUNDARY_REGISTER of XCS30_TQ144 : entity is
-- cellnum (type, port, function, safe[, ccell, disval, disrslt])
	"   0 (BC_1, *, internal, X)," &
	"   1 (BC_1, *, internal, X)," &
	"   2 (BC_1, *, controlr, 1)," &
	"   3 (BC_1, IO206, output3, X, 2, 1, PULL1)," &
	"   4 (BC_1, IO206, input, X)," &
	"   5 (BC_1, *, controlr, 1)," &
	"   6 (BC_1, IO207, output3, X, 5, 1, PULL1)," &
	"   7 (BC_1, IO207, input, X)," &
	"   8 (BC_1, *, controlr, 1)," &
	"   9 (BC_1, IO208, output3, X, 8, 1, PULL1)," &
	"  10 (BC_1, IO208, input, X)," &
	"  11 (BC_1, *, controlr, 1)," &
	"  12 (BC_1, IO209, output3, X, 11, 1, PULL1)," &
	"  13 (BC_1, IO209, input, X)," &
	"  14 (BC_1, *, controlr, 1)," &
	"  15 (BC_1, IO210, output3, X, 14, 1, PULL1)," &
	"  16 (BC_1, IO210, input, X)," &
	"  17 (BC_1, *, controlr, 1)," &
	"  18 (BC_1, IO211, output3, X, 17, 1, PULL1)," &
	"  19 (BC_1, IO211, input, X)," &
	"  20 (BC_1, *, internal, 1)," & -- IO212.T
	"  21 (BC_1, *, internal, X)," & -- IO212.O
	"  22 (BC_1, *, internal, X)," & -- IO212.I
	"  23 (BC_1, *, internal, 1)," & -- IO213.T
	"  24 (BC_1, *, internal, X)," & -- IO213.O
	"  25 (BC_1, *, internal, X)," & -- IO213.I
	"  26 (BC_1, *, controlr, 1)," &
	"  27 (BC_1, IO214, output3, X, 26, 1, PULL1)," &
	"  28 (BC_1, IO214, input, X)," &
	"  29 (BC_1, *, internal, 1)," & -- IO215.T
	"  30 (BC_1, *, internal, X)," & -- IO215.O
	"  31 (BC_1, *, internal, X)," & -- IO215.I
	"  32 (BC_1, *, internal, 1)," & -- IO216.T
	"  33 (BC_1, *, internal, X)," & -- IO216.O
	"  34 (BC_1, *, internal, X)," & -- IO216.I
	"  35 (BC_1, *, internal, 1)," & -- IO217.T
	"  36 (BC_1, *, internal, X)," & -- IO217.O
	"  37 (BC_1, *, internal, X)," & -- IO217.I
	"  38 (BC_1, *, controlr, 1)," &
	"  39 (BC_1, IO219, output3, X, 38, 1, PULL1)," &
	"  40 (BC_1, IO219, input, X)," &
	"  41 (BC_1, *, controlr, 1)," &
	"  42 (BC_1, IO220, output3, X, 41, 1, PULL1)," &
	"  43 (BC_1, IO220, input, X)," &
	"  44 (BC_1, *, internal, 1)," & -- IO221.T
	"  45 (BC_1, *, internal, X)," & -- IO221.O
	"  46 (BC_1, *, internal, X)," & -- IO221.I
	"  47 (BC_1, *, internal, 1)," & -- IO222.T
	"  48 (BC_1, *, internal, X)," & -- IO222.O
	"  49 (BC_1, *, internal, X)," & -- IO222.I
	"  50 (BC_1, *, controlr, 1)," &
	"  51 (BC_1, IO224, output3, X, 50, 1, PULL1)," &
	"  52 (BC_1, IO224, input, X)," &
	"  53 (BC_1, *, controlr, 1)," &
	"  54 (BC_1, IO225, output3, X, 53, 1, PULL1)," &
	"  55 (BC_1, IO225, input, X)," &
	"  56 (BC_1, *, internal, 1)," & -- IO226.T
	"  57 (BC_1, *, internal, X)," & -- IO226.O
	"  58 (BC_1, *, internal, X)," & -- IO226.I
	"  59 (BC_1, *, internal, 1)," & -- IO227.T
	"  60 (BC_1, *, internal, X)," & -- IO227.O
	"  61 (BC_1, *, internal, X)," & -- IO227.I
	"  62 (BC_1, *, controlr, 1)," &
	"  63 (BC_1, IO228, output3, X, 62, 1, PULL1)," &
	"  64 (BC_1, IO228, input, X)," &
	"  65 (BC_1, *, controlr, 1)," &
	"  66 (BC_1, IO229, output3, X, 65, 1, PULL1)," &
	"  67 (BC_1, IO229, input, X)," &
	"  68 (BC_1, *, controlr, 1)," &
	"  69 (BC_1, IO230, output3, X, 68, 1, PULL1)," &
	"  70 (BC_1, IO230, input, X)," &
	"  71 (BC_1, *, controlr, 1)," &
	"  72 (BC_1, IO231, output3, X, 71, 1, PULL1)," &
	"  73 (BC_1, IO231, input, X)," &
	"  74 (BC_1, *, controlr, 1)," &
	"  75 (BC_1, IO2, output3, X, 74, 1, PULL1)," &
	"  76 (BC_1, IO2, input, X)," &
	"  77 (BC_1, *, controlr, 1)," &
	"  78 (BC_1, IO3, output3, X, 77, 1, PULL1)," &
	"  79 (BC_1, IO3, input, X)," &
	"  80 (BC_1, *, controlr, 1)," &
	"  81 (BC_1, IO4, output3, X, 80, 1, PULL1)," &
	"  82 (BC_1, IO4, input, X)," &
	"  83 (BC_1, *, controlr, 1)," &
	"  84 (BC_1, IO5, output3, X, 83, 1, PULL1)," &
	"  85 (BC_1, IO5, input, X)," &
	"  86 (BC_1, *, internal, 1)," & -- IO6.T
	"  87 (BC_1, *, internal, X)," & -- IO6.O
	"  88 (BC_1, *, internal, X)," & -- IO6.I
	"  89 (BC_1, *, internal, 1)," & -- IO7.T
	"  90 (BC_1, *, internal, X)," & -- IO7.O
	"  91 (BC_1, *, internal, X)," & -- IO7.I
	"  92 (BC_1, *, controlr, 1)," &
	"  93 (BC_1, IO8, output3, X, 92, 1, PULL1)," &
	"  94 (BC_1, IO8, input, X)," &
	"  95 (BC_1, *, controlr, 1)," &
	"  96 (BC_1, IO9, output3, X, 95, 1, PULL1)," &
	"  97 (BC_1, IO9, input, X)," &
	"  98 (BC_1, *, internal, 1)," & -- IO11.T
	"  99 (BC_1, *, internal, X)," & -- IO11.O
	" 100 (BC_1, *, internal, X)," & -- IO11.I
	" 101 (BC_1, *, internal, 1)," & -- IO12.T
	" 102 (BC_1, *, internal, X)," & -- IO12.O
	" 103 (BC_1, *, internal, X)," & -- IO12.I
	" 104 (BC_1, *, controlr, 1)," &
	" 105 (BC_1, IO13, output3, X, 104, 1, PULL1)," &
	" 106 (BC_1, IO13, input, X)," &
	" 107 (BC_1, *, controlr, 1)," &
	" 108 (BC_1, IO14, output3, X, 107, 1, PULL1)," &
	" 109 (BC_1, IO14, input, X)," &
	" 110 (BC_1, *, internal, 1)," & -- IO16.T
	" 111 (BC_1, *, internal, X)," & -- IO16.O
	" 112 (BC_1, *, internal, X)," & -- IO16.I
	" 113 (BC_1, *, internal, 1)," & -- IO17.T
	" 114 (BC_1, *, internal, X)," & -- IO17.O
	" 115 (BC_1, *, internal, X)," & -- IO17.I
	" 116 (BC_1, *, internal, 1)," & -- IO18.T
	" 117 (BC_1, *, internal, X)," & -- IO18.O
	" 118 (BC_1, *, internal, X)," & -- IO18.I
	" 119 (BC_1, *, internal, 1)," & -- IO19.T
	" 120 (BC_1, *, internal, X)," & -- IO19.O
	" 121 (BC_1, *, internal, X)," & -- IO19.I
	" 122 (BC_1, *, controlr, 1)," &
	" 123 (BC_1, IO20, output3, X, 122, 1, PULL1)," &
	" 124 (BC_1, IO20, input, X)," &
	" 125 (BC_1, *, controlr, 1)," &
	" 126 (BC_1, IO21, output3, X, 125, 1, PULL1)," &
	" 127 (BC_1, IO21, input, X)," &
	" 128 (BC_1, *, internal, 1)," & -- IO22.T
	" 129 (BC_1, *, internal, X)," & -- IO22.O
	" 130 (BC_1, *, internal, X)," & -- IO22.I
	" 131 (BC_1, *, internal, 1)," & -- IO23.T
	" 132 (BC_1, *, internal, X)," & -- IO23.O
	" 133 (BC_1, *, internal, X)," & -- IO23.I
	" 134 (BC_1, *, controlr, 1)," &
	" 135 (BC_1, IO24, output3, X, 134, 1, PULL1)," &
	" 136 (BC_1, IO24, input, X)," &
	" 137 (BC_1, *, controlr, 1)," &
	" 138 (BC_1, IO25, output3, X, 137, 1, PULL1)," &
	" 139 (BC_1, IO25, input, X)," &
	" 140 (BC_1, *, controlr, 1)," &
	" 141 (BC_1, IO26, output3, X, 140, 1, PULL1)," &
	" 142 (BC_1, IO26, input, X)," &
	" 143 (BC_1, *, controlr, 1)," &
	" 144 (BC_1, IO27, output3, X, 143, 1, PULL1)," &
	" 145 (BC_1, IO27, input, X)," &
	" 146 (BC_1, *, controlr, 1)," &
	" 147 (BC_1, IO31, output3, X, 146, 1, PULL1)," &
	" 148 (BC_1, IO31, input, X)," &
	" 149 (BC_1, *, controlr, 1)," &
	" 150 (BC_1, IO32, output3, X, 149, 1, PULL1)," &
	" 151 (BC_1, IO32, input, X)," &
	" 152 (BC_1, *, controlr, 1)," &
	" 153 (BC_1, IO33, output3, X, 152, 1, PULL1)," &
	" 154 (BC_1, IO33, input, X)," &
	" 155 (BC_1, *, controlr, 1)," &
	" 156 (BC_1, IO34, output3, X, 155, 1, PULL1)," &
	" 157 (BC_1, IO34, input, X)," &
	" 158 (BC_1, *, internal, X)," &
	" 159 (BC_1, *, internal, X)," &
	" 160 (BC_1, *, internal, X)," &
	" 161 (BC_1, *, internal, X)," &
	" 162 (BC_1, *, internal, X)," &
	" 163 (BC_1, *, internal, X)," &
	" 164 (BC_1, *, internal, 1)," & -- IO37.T
	" 165 (BC_1, *, internal, X)," & -- IO37.O
	" 166 (BC_1, *, internal, X)," & -- IO37.I
	" 167 (BC_1, *, internal, 1)," & -- IO38.T
	" 168 (BC_1, *, internal, X)," & -- IO38.O
	" 169 (BC_1, *, internal, X)," & -- IO38.I
	" 170 (BC_1, *, internal, 1)," & -- IO39.T
	" 171 (BC_1, *, internal, X)," & -- IO39.O
	" 172 (BC_1, *, internal, X)," & -- IO39.I
	" 173 (BC_1, *, internal, 1)," & -- IO40.T
	" 174 (BC_1, *, internal, X)," & -- IO40.O
	" 175 (BC_1, *, internal, X)," & -- IO40.I
	" 176 (BC_1, *, internal, 1)," & -- IO41.T
	" 177 (BC_1, *, internal, X)," & -- IO41.O
	" 178 (BC_1, *, internal, X)," & -- IO41.I
	" 179 (BC_1, *, internal, 1)," & -- IO42.T
	" 180 (BC_1, *, internal, X)," & -- IO42.O
	" 181 (BC_1, *, internal, X)," & -- IO42.I
	" 182 (BC_1, *, controlr, 1)," &
	" 183 (BC_1, IO44, output3, X, 182, 1, PULL1)," &
	" 184 (BC_1, IO44, input, X)," &
	" 185 (BC_1, *, controlr, 1)," &
	" 186 (BC_1, IO45, output3, X, 185, 1, PULL1)," &
	" 187 (BC_1, IO45, input, X)," &
	" 188 (BC_1, *, internal, X)," &
	" 189 (BC_1, *, internal, X)," &
	" 190 (BC_1, *, internal, X)," &
	" 191 (BC_1, *, controlr, 1)," &
	" 192 (BC_1, IO47, output3, X, 191, 1, PULL1)," &
	" 193 (BC_1, IO47, input, X)," &
	" 194 (BC_1, *, internal, 1)," & -- IO49.T
	" 195 (BC_1, *, internal, X)," & -- IO49.O
	" 196 (BC_1, *, internal, X)," & -- IO49.I
	" 197 (BC_1, *, internal, 1)," & -- IO50.T
	" 198 (BC_1, *, internal, X)," & -- IO50.O
	" 199 (BC_1, *, internal, X)," & -- IO50.I
	" 200 (BC_1, *, internal, 1)," & -- IO51.T
	" 201 (BC_1, *, internal, X)," & -- IO51.O
	" 202 (BC_1, *, internal, X)," & -- IO51.I
	" 203 (BC_1, *, internal, 1)," & -- IO52.T
	" 204 (BC_1, *, internal, X)," & -- IO52.O
	" 205 (BC_1, *, internal, X)," & -- IO52.I
	" 206 (BC_1, *, controlr, 1)," &
	" 207 (BC_1, IO53, output3, X, 206, 1, PULL1)," &
	" 208 (BC_1, IO53, input, X)," &
	" 209 (BC_1, *, controlr, 1)," &
	" 210 (BC_1, IO54, output3, X, 209, 1, PULL1)," &
	" 211 (BC_1, IO54, input, X)," &
	" 212 (BC_1, *, controlr, 1)," &
	" 213 (BC_1, IO55, output3, X, 212, 1, PULL1)," &
	" 214 (BC_1, IO55, input, X)," &
	" 215 (BC_1, *, controlr, 1)," &
	" 216 (BC_1, IO56, output3, X, 215, 1, PULL1)," &
	" 217 (BC_1, IO56, input, X)," &
	" 218 (BC_1, *, controlr, 1)," &
	" 219 (BC_1, IO59, output3, X, 218, 1, PULL1)," &
	" 220 (BC_1, IO59, input, X)," &
	" 221 (BC_1, *, controlr, 1)," &
	" 222 (BC_1, IO60, output3, X, 221, 1, PULL1)," &
	" 223 (BC_1, IO60, input, X)," &
	" 224 (BC_1, *, controlr, 1)," &
	" 225 (BC_1, IO61, output3, X, 224, 1, PULL1)," &
	" 226 (BC_1, IO61, input, X)," &
	" 227 (BC_1, *, controlr, 1)," &
	" 228 (BC_1, IO62, output3, X, 227, 1, PULL1)," &
	" 229 (BC_1, IO62, input, X)," &
	" 230 (BC_1, *, internal, 1)," & -- IO63.T
	" 231 (BC_1, *, internal, X)," & -- IO63.O
	" 232 (BC_1, *, internal, X)," & -- IO63.I
	" 233 (BC_1, *, internal, 1)," & -- IO64.T
	" 234 (BC_1, *, internal, X)," & -- IO64.O
	" 235 (BC_1, *, internal, X)," & -- IO64.I
	" 236 (BC_1, *, internal, 1)," & -- IO65.T
	" 237 (BC_1, *, internal, X)," & -- IO65.O
	" 238 (BC_1, *, internal, X)," & -- IO65.I
	" 239 (BC_1, *, internal, 1)," & -- IO66.T
	" 240 (BC_1, *, internal, X)," & -- IO66.O
	" 241 (BC_1, *, internal, X)," & -- IO66.I
	" 242 (BC_1, *, controlr, 1)," &
	" 243 (BC_1, IO68, output3, X, 242, 1, PULL1)," &
	" 244 (BC_1, IO68, input, X)," &
	" 245 (BC_1, *, controlr, 1)," &
	" 246 (BC_1, IO69, output3, X, 245, 1, PULL1)," &
	" 247 (BC_1, IO69, input, X)," &
	" 248 (BC_1, *, controlr, 1)," &
	" 249 (BC_1, IO70, output3, X, 248, 1, PULL1)," &
	" 250 (BC_1, IO70, input, X)," &
	" 251 (BC_1, *, controlr, 1)," &
	" 252 (BC_1, IO71, output3, X, 251, 1, PULL1)," &
	" 253 (BC_1, IO71, input, X)," &
	" 254 (BC_1, *, internal, 1)," & -- IO73.T
	" 255 (BC_1, *, internal, X)," & -- IO73.O
	" 256 (BC_1, *, internal, X)," & -- IO73.I
	" 257 (BC_1, *, internal, 1)," & -- IO74.T
	" 258 (BC_1, *, internal, X)," & -- IO74.O
	" 259 (BC_1, *, internal, X)," & -- IO74.I
	" 260 (BC_1, *, internal, 1)," & -- IO75.T
	" 261 (BC_1, *, internal, X)," & -- IO75.O
	" 262 (BC_1, *, internal, X)," & -- IO75.I
	" 263 (BC_1, *, internal, 1)," & -- IO76.T
	" 264 (BC_1, *, internal, X)," & -- IO76.O
	" 265 (BC_1, *, internal, X)," & -- IO76.I
	" 266 (BC_1, *, internal, 1)," & -- IO77.T
	" 267 (BC_1, *, internal, X)," & -- IO77.O
	" 268 (BC_1, *, internal, X)," & -- IO77.I
	" 269 (BC_1, *, internal, 1)," & -- IO78.T
	" 270 (BC_1, *, internal, X)," & -- IO78.O
	" 271 (BC_1, *, internal, X)," & -- IO78.I
	" 272 (BC_1, *, controlr, 1)," &
	" 273 (BC_1, IO79, output3, X, 272, 1, PULL1)," &
	" 274 (BC_1, IO79, input, X)," &
	" 275 (BC_1, *, controlr, 1)," &
	" 276 (BC_1, IO80, output3, X, 275, 1, PULL1)," &
	" 277 (BC_1, IO80, input, X)," &
	" 278 (BC_1, *, controlr, 1)," &
	" 279 (BC_1, IO81, output3, X, 278, 1, PULL1)," &
	" 280 (BC_1, IO81, input, X)," &
	" 281 (BC_1, *, controlr, 1)," &
	" 282 (BC_1, IO82, output3, X, 281, 1, PULL1)," &
	" 283 (BC_1, IO82, input, X)," &
	" 284 (BC_1, *, controlr, 1)," &
	" 285 (BC_1, IO83, output3, X, 284, 1, PULL1)," &
	" 286 (BC_1, IO83, input, X)," &
	" 287 (BC_1, *, controlr, 1)," &
	" 288 (BC_1, IO84, output3, X, 287, 1, PULL1)," &
	" 289 (BC_1, IO84, input, X)," &
	" 290 (BC_1, *, controlr, 1)," &
	" 291 (BC_1, MODE, output3, X, 290, 1, PULL1)," &
	" 292 (BC_1, MODE, input, X)," &
	" 293 (BC_4, MODE, observe_only, X)," &
	" 294 (BC_4, MODE, observe_only, X)," &
	" 295 (BC_1, *, controlr, 1)," &
	" 296 (BC_1, IO90, output3, X, 295, 1, PULL1)," &
	" 297 (BC_1, IO90, input, X)," &
	" 298 (BC_1, *, controlr, 1)," &
	" 299 (BC_1, IO91, output3, X, 298, 1, PULL1)," &
	" 300 (BC_1, IO91, input, X)," &
	" 301 (BC_1, *, controlr, 1)," &
	" 302 (BC_1, IO92, output3, X, 301, 1, PULL1)," &
	" 303 (BC_1, IO92, input, X)," &
	" 304 (BC_1, *, controlr, 1)," &
	" 305 (BC_1, IO93, output3, X, 304, 1, PULL1)," &
	" 306 (BC_1, IO93, input, X)," &
	" 307 (BC_1, *, controlr, 1)," &
	" 308 (BC_1, IO94, output3, X, 307, 1, PULL1)," &
	" 309 (BC_1, IO94, input, X)," &
	" 310 (BC_1, *, controlr, 1)," &
	" 311 (BC_1, IO95, output3, X, 310, 1, PULL1)," &
	" 312 (BC_1, IO95, input, X)," &
	" 313 (BC_1, *, internal, 1)," & -- IO96.T
	" 314 (BC_1, *, internal, X)," & -- IO96.O
	" 315 (BC_1, *, internal, X)," & -- IO96.I
	" 316 (BC_1, *, internal, 1)," & -- IO97.T
	" 317 (BC_1, *, internal, X)," & -- IO97.O
	" 318 (BC_1, *, internal, X)," & -- IO97.I
	" 319 (BC_1, *, internal, 1)," & -- IO98.T
	" 320 (BC_1, *, internal, X)," & -- IO98.O
	" 321 (BC_1, *, internal, X)," & -- IO98.I
	" 322 (BC_1, *, internal, 1)," & -- IO99.T
	" 323 (BC_1, *, internal, X)," & -- IO99.O
	" 324 (BC_1, *, internal, X)," & -- IO99.I
	" 325 (BC_1, *, internal, 1)," & -- IO100.T
	" 326 (BC_1, *, internal, X)," & -- IO100.O
	" 327 (BC_1, *, internal, X)," & -- IO100.I
	" 328 (BC_1, *, internal, 1)," & -- IO101.T
	" 329 (BC_1, *, internal, X)," & -- IO101.O
	" 330 (BC_1, *, internal, X)," & -- IO101.I
	" 331 (BC_1, *, controlr, 1)," &
	" 332 (BC_1, IO103, output3, X, 331, 1, PULL1)," &
	" 333 (BC_1, IO103, input, X)," &
	" 334 (BC_1, *, controlr, 1)," &
	" 335 (BC_1, IO104, output3, X, 334, 1, PULL1)," &
	" 336 (BC_1, IO104, input, X)," &
	" 337 (BC_1, *, controlr, 1)," &
	" 338 (BC_1, IO105, output3, X, 337, 1, PULL1)," &
	" 339 (BC_1, IO105, input, X)," &
	" 340 (BC_1, *, controlr, 1)," &
	" 341 (BC_1, IO106, output3, X, 340, 1, PULL1)," &
	" 342 (BC_1, IO106, input, X)," &
	" 343 (BC_1, *, internal, 1)," & -- IO108.T
	" 344 (BC_1, *, internal, X)," & -- IO108.O
	" 345 (BC_1, *, internal, X)," & -- IO108.I
	" 346 (BC_1, *, internal, 1)," & -- IO109.T
	" 347 (BC_1, *, internal, X)," & -- IO109.O
	" 348 (BC_1, *, internal, X)," & -- IO109.I
	" 349 (BC_1, *, internal, 1)," & -- IO110.T
	" 350 (BC_1, *, internal, X)," & -- IO110.O
	" 351 (BC_1, *, internal, X)," & -- IO110.I
	" 352 (BC_1, *, internal, 1)," & -- IO111.T
	" 353 (BC_1, *, internal, X)," & -- IO111.O
	" 354 (BC_1, *, internal, X)," & -- IO111.I
	" 355 (BC_1, *, controlr, 1)," &
	" 356 (BC_1, IO112, output3, X, 355, 1, PULL1)," &
	" 357 (BC_1, IO112, input, X)," &
	" 358 (BC_1, *, controlr, 1)," &
	" 359 (BC_1, IO113, output3, X, 358, 1, PULL1)," &
	" 360 (BC_1, IO113, input, X)," &
	" 361 (BC_1, *, controlr, 1)," &
	" 362 (BC_1, IO114, output3, X, 361, 1, PULL1)," &
	" 363 (BC_1, IO114, input, X)," &
-- INIT is not a compliance enable after configuration. For post-configuration
-- operation un-comment the next line and comment out the following line.
-- Repeat for registers 364 through 366.
-- 	" 364 (BC_1, *, controlr, 1)," &
	" 364 (BC_1, *, internal, 1)," & 
-- 	" 365 (BC_1, INIT, output3, X, 364, 1, PULL1)," &
	" 365 (BC_1, *, internal, 0)," & 
-- 	" 366 (BC_1, INIT, input, X)," &
	" 366 (BC_1, *, internal, X)," & 
	" 367 (BC_1, *, controlr, 1)," &
	" 368 (BC_1, IO118, output3, X, 367, 1, PULL1)," &
	" 369 (BC_1, IO118, input, X)," &
	" 370 (BC_1, *, controlr, 1)," &
	" 371 (BC_1, IO119, output3, X, 370, 1, PULL1)," &
	" 372 (BC_1, IO119, input, X)," &
	" 373 (BC_1, *, controlr, 1)," &
	" 374 (BC_1, IO120, output3, X, 373, 1, PULL1)," &
	" 375 (BC_1, IO120, input, X)," &
	" 376 (BC_1, *, controlr, 1)," &
	" 377 (BC_1, IO121, output3, X, 376, 1, PULL1)," &
	" 378 (BC_1, IO121, input, X)," &
	" 379 (BC_1, *, internal, 1)," & -- IO122.T
	" 380 (BC_1, *, internal, X)," & -- IO122.O
	" 381 (BC_1, *, internal, X)," & -- IO122.I
	" 382 (BC_1, *, internal, 1)," & -- IO123.T
	" 383 (BC_1, *, internal, X)," & -- IO123.O
	" 384 (BC_1, *, internal, X)," & -- IO123.I
	" 385 (BC_1, *, internal, 1)," & -- IO124.T
	" 386 (BC_1, *, internal, X)," & -- IO124.O
	" 387 (BC_1, *, internal, X)," & -- IO124.I
	" 388 (BC_1, *, internal, 1)," & -- IO125.T
	" 389 (BC_1, *, internal, X)," & -- IO125.O
	" 390 (BC_1, *, internal, X)," & -- IO125.I
	" 391 (BC_1, *, controlr, 1)," &
	" 392 (BC_1, IO127, output3, X, 391, 1, PULL1)," &
	" 393 (BC_1, IO127, input, X)," &
	" 394 (BC_1, *, controlr, 1)," &
	" 395 (BC_1, IO128, output3, X, 394, 1, PULL1)," &
	" 396 (BC_1, IO128, input, X)," &
	" 397 (BC_1, *, controlr, 1)," &
	" 398 (BC_1, IO129, output3, X, 397, 1, PULL1)," &
	" 399 (BC_1, IO129, input, X)," &
	" 400 (BC_1, *, controlr, 1)," &
	" 401 (BC_1, IO130, output3, X, 400, 1, PULL1)," &
	" 402 (BC_1, IO130, input, X)," &
	" 403 (BC_1, *, internal, 1)," & -- IO132.T
	" 404 (BC_1, *, internal, X)," & -- IO132.O
	" 405 (BC_1, *, internal, X)," & -- IO132.I
	" 406 (BC_1, *, internal, 1)," & -- IO133.T
	" 407 (BC_1, *, internal, X)," & -- IO133.O
	" 408 (BC_1, *, internal, X)," & -- IO133.I
	" 409 (BC_1, *, internal, 1)," & -- IO134.T
	" 410 (BC_1, *, internal, X)," & -- IO134.O
	" 411 (BC_1, *, internal, X)," & -- IO134.I
	" 412 (BC_1, *, internal, 1)," & -- IO135.T
	" 413 (BC_1, *, internal, X)," & -- IO135.O
	" 414 (BC_1, *, internal, X)," & -- IO135.I
	" 415 (BC_1, *, internal, 1)," & -- IO136.T
	" 416 (BC_1, *, internal, X)," & -- IO136.O
	" 417 (BC_1, *, internal, X)," & -- IO136.I
	" 418 (BC_1, *, internal, 1)," & -- IO137.T
	" 419 (BC_1, *, internal, X)," & -- IO137.O
	" 420 (BC_1, *, internal, X)," & -- IO137.I
	" 421 (BC_1, *, controlr, 1)," &
	" 422 (BC_1, IO138, output3, X, 421, 1, PULL1)," &
	" 423 (BC_1, IO138, input, X)," &
	" 424 (BC_1, *, controlr, 1)," &
	" 425 (BC_1, IO139, output3, X, 424, 1, PULL1)," &
	" 426 (BC_1, IO139, input, X)," &
	" 427 (BC_1, *, controlr, 1)," &
	" 428 (BC_1, IO140, output3, X, 427, 1, PULL1)," &
	" 429 (BC_1, IO140, input, X)," &
	" 430 (BC_1, *, controlr, 1)," &
	" 431 (BC_1, IO141, output3, X, 430, 1, PULL1)," &
	" 432 (BC_1, IO141, input, X)," &
	" 433 (BC_1, *, controlr, 1)," &
	" 434 (BC_1, IO142, output3, X, 433, 1, PULL1)," &
	" 435 (BC_1, IO142, input, X)," &
	" 436 (BC_1, *, controlr, 1)," &
	" 437 (BC_1, IO143, output3, X, 436, 1, PULL1)," &
	" 438 (BC_1, IO143, input, X)," &
	" 439 (BC_1, *, controlr, 1)," &
	" 440 (BC_1, IO148, output3, X, 439, 1, PULL1)," &
	" 441 (BC_1, IO148, input, X)," &
	" 442 (BC_1, *, controlr, 1)," &
	" 443 (BC_1, IO149, output3, X, 442, 1, PULL1)," &
	" 444 (BC_1, IO149, input, X)," &
	" 445 (BC_1, *, controlr, 1)," &
	" 446 (BC_1, IO150, output3, X, 445, 1, PULL1)," &
	" 447 (BC_1, IO150, input, X)," &
	" 448 (BC_1, *, controlr, 1)," &
	" 449 (BC_1, IO151, output3, X, 448, 1, PULL1)," &
	" 450 (BC_1, IO151, input, X)," &
	" 451 (BC_1, *, internal, 1)," & -- IO152.T
	" 452 (BC_1, *, internal, X)," & -- IO152.O
	" 453 (BC_1, *, internal, X)," & -- IO152.I
	" 454 (BC_1, *, internal, 1)," & -- IO153.T
	" 455 (BC_1, *, internal, X)," & -- IO153.O
	" 456 (BC_1, *, internal, X)," & -- IO153.I
	" 457 (BC_1, *, controlr, 1)," &
	" 458 (BC_1, IO154, output3, X, 457, 1, PULL1)," &
	" 459 (BC_1, IO154, input, X)," &
	" 460 (BC_1, *, controlr, 1)," &
	" 461 (BC_1, IO155, output3, X, 460, 1, PULL1)," &
	" 462 (BC_1, IO155, input, X)," &
	" 463 (BC_1, *, internal, 1)," & -- IO156.T
	" 464 (BC_1, *, internal, X)," & -- IO156.O
	" 465 (BC_1, *, internal, X)," & -- IO156.I
	" 466 (BC_1, *, internal, 1)," & -- IO157.T
	" 467 (BC_1, *, internal, X)," & -- IO157.O
	" 468 (BC_1, *, internal, X)," & -- IO157.I
	" 469 (BC_1, *, internal, 1)," & -- IO158.T
	" 470 (BC_1, *, internal, X)," & -- IO158.O
	" 471 (BC_1, *, internal, X)," & -- IO158.I
	" 472 (BC_1, *, internal, 1)," & -- IO159.T
	" 473 (BC_1, *, internal, X)," & -- IO159.O
	" 474 (BC_1, *, internal, X)," & -- IO159.I
	" 475 (BC_1, *, internal, 1)," & -- IO161.T
	" 476 (BC_1, *, internal, X)," & -- IO161.O
	" 477 (BC_1, *, internal, X)," & -- IO161.I
	" 478 (BC_1, *, internal, 1)," & -- IO162.T
	" 479 (BC_1, *, internal, X)," & -- IO162.O
	" 480 (BC_1, *, internal, X)," & -- IO162.I
	" 481 (BC_1, *, controlr, 1)," &
	" 482 (BC_1, IO163, output3, X, 481, 1, PULL1)," &
	" 483 (BC_1, IO163, input, X)," &
	" 484 (BC_1, *, controlr, 1)," &
	" 485 (BC_1, IO164, output3, X, 484, 1, PULL1)," &
	" 486 (BC_1, IO164, input, X)," &
	" 487 (BC_1, *, controlr, 1)," &
	" 488 (BC_1, IO166, output3, X, 487, 1, PULL1)," &
	" 489 (BC_1, IO166, input, X)," &
	" 490 (BC_1, *, controlr, 1)," &
	" 491 (BC_1, IO167, output3, X, 490, 1, PULL1)," &
	" 492 (BC_1, IO167, input, X)," &
	" 493 (BC_1, *, internal, 1)," & -- IO168.T
	" 494 (BC_1, *, internal, X)," & -- IO168.O
	" 495 (BC_1, *, internal, X)," & -- IO168.I
	" 496 (BC_1, *, internal, 1)," & -- IO169.T
	" 497 (BC_1, *, internal, X)," & -- IO169.O
	" 498 (BC_1, *, internal, X)," & -- IO169.I
	" 499 (BC_1, *, controlr, 1)," &
	" 500 (BC_1, IO170, output3, X, 499, 1, PULL1)," &
	" 501 (BC_1, IO170, input, X)," &
	" 502 (BC_1, *, controlr, 1)," &
	" 503 (BC_1, IO171, output3, X, 502, 1, PULL1)," &
	" 504 (BC_1, IO171, input, X)," &
	" 505 (BC_1, *, controlr, 1)," &
	" 506 (BC_1, IO172, output3, X, 505, 1, PULL1)," &
	" 507 (BC_1, IO172, input, X)," &
	" 508 (BC_1, *, controlr, 1)," &
	" 509 (BC_1, IO173, output3, X, 508, 1, PULL1)," &
	" 510 (BC_1, IO173, input, X)," &
	" 511 (BC_1, *, controlr, 1)," &
	" 512 (BC_1, IO176, output3, X, 511, 1, PULL1)," &
	" 513 (BC_1, IO176, input, X)," &
	" 514 (BC_1, *, controlr, 1)," &
	" 515 (BC_1, IO177, output3, X, 514, 1, PULL1)," &
	" 516 (BC_1, IO177, input, X)," &
	" 517 (BC_1, *, controlr, 1)," &
	" 518 (BC_1, IO178, output3, X, 517, 1, PULL1)," &
	" 519 (BC_1, IO178, input, X)," &
	" 520 (BC_1, *, controlr, 1)," &
	" 521 (BC_1, IO179, output3, X, 520, 1, PULL1)," &
	" 522 (BC_1, IO179, input, X)," &
	" 523 (BC_1, *, internal, 1)," & -- IO180.T
	" 524 (BC_1, *, internal, X)," & -- IO180.O
	" 525 (BC_1, *, internal, X)," & -- IO180.I
	" 526 (BC_1, *, internal, 1)," & -- IO181.T
	" 527 (BC_1, *, internal, X)," & -- IO181.O
	" 528 (BC_1, *, internal, X)," & -- IO181.I
	" 529 (BC_1, *, controlr, 1)," &
	" 530 (BC_1, IO182, output3, X, 529, 1, PULL1)," &
	" 531 (BC_1, IO182, input, X)," &
	" 532 (BC_1, *, controlr, 1)," &
	" 533 (BC_1, IO183, output3, X, 532, 1, PULL1)," &
	" 534 (BC_1, IO183, input, X)," &
	" 535 (BC_1, *, controlr, 1)," &
	" 536 (BC_1, IO185, output3, X, 535, 1, PULL1)," &
	" 537 (BC_1, IO185, input, X)," &
	" 538 (BC_1, *, controlr, 1)," &
	" 539 (BC_1, IO186, output3, X, 538, 1, PULL1)," &
	" 540 (BC_1, IO186, input, X)," &
	" 541 (BC_1, *, internal, 1)," & -- IO187.T
	" 542 (BC_1, *, internal, X)," & -- IO187.O
	" 543 (BC_1, *, internal, X)," & -- IO187.I
	" 544 (BC_1, *, internal, 1)," & -- IO188.T
	" 545 (BC_1, *, internal, X)," & -- IO188.O
	" 546 (BC_1, *, internal, X)," & -- IO188.I
	" 547 (BC_1, *, internal, 1)," & -- IO190.T
	" 548 (BC_1, *, internal, X)," & -- IO190.O
	" 549 (BC_1, *, internal, X)," & -- IO190.I
	" 550 (BC_1, *, internal, 1)," & -- IO191.T
	" 551 (BC_1, *, internal, X)," & -- IO191.O
	" 552 (BC_1, *, internal, X)," & -- IO191.I
	" 553 (BC_1, *, internal, 1)," & -- IO192.T
	" 554 (BC_1, *, internal, X)," & -- IO192.O
	" 555 (BC_1, *, internal, X)," & -- IO192.I
	" 556 (BC_1, *, internal, 1)," & -- IO193.T
	" 557 (BC_1, *, internal, X)," & -- IO193.O
	" 558 (BC_1, *, internal, X)," & -- IO193.I
	" 559 (BC_1, *, internal, 1)," & -- IO194.T
	" 560 (BC_1, *, internal, X)," & -- IO194.O
	" 561 (BC_1, *, internal, X)," & -- IO194.I
	" 562 (BC_1, *, internal, 1)," & -- IO195.T
	" 563 (BC_1, *, internal, X)," & -- IO195.O
	" 564 (BC_1, *, internal, X)," & -- IO195.I
	" 565 (BC_1, *, controlr, 1)," &
	" 566 (BC_1, IO196, output3, X, 565, 1, PULL1)," &
	" 567 (BC_1, IO196, input, X)," &
	" 568 (BC_1, *, controlr, 1)," &
	" 569 (BC_1, IO197, output3, X, 568, 1, PULL1)," &
	" 570 (BC_1, IO197, input, X)," &
	" 571 (BC_1, *, controlr, 1)," &
	" 572 (BC_1, IO198, output3, X, 571, 1, PULL1)," &
	" 573 (BC_1, IO198, input, X)," &
	" 574 (BC_1, *, controlr, 1)," &
	" 575 (BC_1, IO199, output3, X, 574, 1, PULL1)," &
	" 576 (BC_1, IO199, input, X)," &
	" 577 (BC_1, *, controlr, 1)," &
	" 578 (BC_1, IO200, output3, X, 577, 1, PULL1)," &
	" 579 (BC_1, IO200, input, X)," &
	" 580 (BC_1, *, controlr, 1)," &
	" 581 (BC_1, IO201, output3, X, 580, 1, PULL1)," &
	" 582 (BC_1, IO201, input, X)," &
	" 583 (BC_1, *, internal, X)";
--end boundary register

attribute DESIGN_WARNING of XCS30_TQ144 : entity is
	"CCLK and DONE are not represented in BOUNDARY_REGISTER." &
	"This BSDL file must be modified by the FPGA designer in order to" &
		"reflect post-configuration behavior (if any)." &
	"If INIT has been high or floating since power-on or the last" &
		"rising edge of PROGRAM, then the device may be in" &
		"configuration mode in which case this file is not valid." &
	"The output and tristate capture values are not valid until after" &
		"the device is configured." &
	"The tristate control is not captured properly when GTS is activated." &
	"Some pins have both controlled and uncontrolled input paths.";

end XCS30_TQ144;