xcf04s

来自「UrJTAG package is free software, covered」· 代码 · 共 124 行

TXT
124
字号
## JTAG declarations for XCF04s# Copyright (C) 2005## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.## Written by Jerome Debard <jdebard@vmetro.no>, 2005.#signal D0	 1signal NC1       2signal CLK	 3signal TDI	 4signal TMS	 5signal TCK	 6signal CF	 7signal OE_RESET	 8signal NC2       9signal CE	10signal GND	11signal NC3      12signal CEO	13signal NC4      14signal NC5      15signal NC6      16signal TDO	17signal VCC	18signal VCCO	19signal VCCAUX	20# mandatory data registersregister	BSR	25register	BR	1# optional data registersregister	UCR	32# user-defined registers# instructionsinstruction length 8# mandatory instructionsinstruction EXTEST		00000000	BSRinstruction SAMPLE/PRELOAD	00000001	BSRinstruction BYPASS		11111111	BR#instruction INTEST		????????	BSRinstruction IDCODE		11111110	UCRinstruction USERCODE		11111101	UCRinstruction HIGHZ		11111100	BRinstruction CLAMP		11111010	BR# user-defined instructions#instruction ISPEN		11101000#instruction ISPENC		11101001#instruction FPGM		11101010#instruction FADDR		11101011#instruction FVFY0		11101111#instruction FVFY1		11111000#instruction FVFY3		11100010#instruction FVFY6		11100110#instruction FERASE		11101100#instruction SERASE		00001010#instruction FDATA0		11101101#instruction FDATA3		11110011#instruction FBLANK0		11100101#instruction FBLANK3		11100001#instruction FBLANK6		11100100#instruction NORMRST		11110000#instruction CONFIG		11101110#instruction priv1		11110001#instruction ISCTESTSTATUS	11100011#instruction priv3		11100111#instruction priv4		11110110#instruction priv5		11100000#instruction priv6		11110111#instruction priv7		11110010#instruction ISCCLRSTATUS	11110100#instruction priv9		11110101# BSR descriptionbit  0 I ? CLKbit  1 X ? .bit  2 X ? .bit  3 C ? .bit  4 O ? D0 3 0 Zbit  5 X ? .bit  6 X ? .bit  7 X ? .bit  8 X ? .bit  9 X ? .bit 10 X ? .bit 11 C ? .bit 12 O ? CEO 11 0 Zbit 13 X ? .bit 14 X ? .bit 15 I ? CEbit 16 X ? .bit 17 X ? .bit 18 C ? .bit 19 O ? OE_RESET 18 0 Zbit 20 I ? OE_RESETbit 21 C ? .bit 22 O ? CF 21 0 Zbit 23 X ? .bit 24 X ? .

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?