Freescale Semiconductor DSP56364 Bread Maker User Manual


 
BDSL File
DSP56364 24-Bit Digital Signal Processor Users Manual, Rev. 2
Freescale Semiconductor B-3
"PVCC: 31, " &
"PCAP: 32, " &
"PGND: 33, " &
"EXTAL: 34, " &
"TA_N: 38, " &
"CAS_N: 39, " &
"WR_N: 40, " &
"RD_N: 41, " &
"CVCC: 42, " &
"CGND: 43, " &
"AA1: 44, " &
"AA0: 45, " &
"A: (46, 47, 50, 51, 52, 53, 54, 57, 58, 59, 60, 62, 67, 68, 69, 70,
73, 74), " &
"AVCC: (48, 55, 63, 71), " &
"AGND: (49, 56, 64, 72), " &
"D: (75, 76, 77, 78, 81, 82, 83, 84), " &
"DVCC: 79, " &
"DGND: 80, " &
"GPIO: (91, 94, 95, 96), " &
"TDO: 97, " &
"TDI: 98, " &
"TCK: 99, " &
"TMS: 100 ";
attribute TAP_SCAN_IN of TDI : signal is true;
attribute TAP_SCAN_OUT of TDO : signal is true;
attribute TAP_SCAN_MODE of TMS : signal is true;
attribute TAP_SCAN_CLOCK of TCK : signal is (20.0e6, BOTH);
attribute INSTRUCTION_LENGTH of DSP56364 : entity is 4;
attribute INSTRUCTION_OPCODE of DSP56364 : entity is
"EXTEST (0000)," &
"SAMPLE (0001)," &
"IDCODE (0010)," &
"CLAMP (0011)," &
"HIGHZ (0100)," &
"ONCE_ENABLE (0110)," &
"DEBUG_REQUEST(0111)," &
"BYPASS (1111)";
attribute INSTRUCTION_CAPTURE of DSP56364 : entity is "0001";
attribute IDCODE_REGISTER of DSP56364 : entity is
"0000" & -- version
"000110" & -- manufacturer’s use
"0001100100" & -- sequence number
"00000001110" & -- manufacturer identity
"1"; -- 1149.1 requirement
attribute REGISTER_ACCESS of DSP56364 : entity is
"ONCE[8] (ONCE_ENABLE,DEBUG_REQUEST)" ;