B_TDO : IN STD_LOGIC; -- JTAG input: TDO, AS/PS input: CONF_DONE
B_ASDO : IN STD_LOGIC; -- AS input: DATAOUT, PS input: nSTATUS
B_TCK : BUFFER STD_LOGIC; -- JTAG output: TCK to chain, AS/PS DCLK
B_TMS : BUFFER STD_LOGIC; -- JTAG output: TMS to chain, AS/PS nCONFIG
B_NCE : BUFFER STD_LOGIC; -- AS output: nCE
B_NCS : BUFFER STD_LOGIC; -- AS output: nCS
B_TDI : BUFFER STD_LOGIC; -- JTAG output: TDI to chain, AS: ASDI, PS: DATA0
B_OE : BUFFER STD_LOGIC; -- LED output/output driver enable
IF state = bits_set_pins_from_data THEN
B_TCK <= ioshifter(0);
B_TMS <= ioshifter(1);
B_NCE <= ioshifter(2);
B_NCS <= ioshifter(3);
B_TDI <= ioshifter(4);
B_OE <= ioshifter(5);
ioshifter <= "000000" & B_ASDO & B_TDO;
END IF;
IF state = bytes_get_tdo_set_tdi THEN
IF B_NCS = '1' THEN -- new
carry <= B_TDO; -- old, JTAG mode
ELSE -- new
carry <= B_ASDO; -- new, AS mode
END IF; -- new
B_TDI <= ioshifter(0);
bitcount <= bitcount - 1;
END IF;
ATTRIBUTE ENUM_ENCODING: STRING;
ATTRIBUTE ENUM_ENCODING OF states: TYPE IS
"0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111";
Info: Started Programmer operation at Tue Nov 21 09:37:14 2006
Info: Device 1 silicon ID is 0x12
Info: Erasing ASP configuration device(s)
Info: Programming device 1
Info: Performing verification of type standard on device 1
Info: Device 1 silicon ID is 0x12
Info: Successfully performed operation(s)
Info: Ended Programmer operation at Tue Nov 21 09:37:33 2006
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?