adm5120

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

TXT
51
字号
## $Id$## JTAG declarations for ADMtek/Infineon ADM5120# Copyright (C) 2005 Marek Michalkiewicz## 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 Marek Michalkiewicz <marekm@amelek.gda.pl>, 2005.#register	BR		 1register	BSR		 1register	DIR		32register	EJIMPCODE	32register	EJADDRESS	32register	EJDATA		32register	EJCONTROL	32register	EJALL		96register	EJFASTDATA	33instruction length 5instruction	BYPASS		11111	BRinstruction	SAMPLE/PRELOAD	00010	BSRinstruction	IDCODE		00001	DIRinstruction	EJTAG_IMPCODE	00011	EJIMPCODEinstruction	EJTAG_ADDRESS	01000	EJADDRESSinstruction	EJTAG_DATA	01001	EJDATAinstruction	EJTAG_CONTROL	01010	EJCONTROLinstruction	EJTAG_ALL	01011	EJALLinstruction	EJTAGBOOT	01100	BRinstruction	NORMALBOOT	01101	BRinstruction	EJTAG_FASTDATA	01110	EJFASTDATAinitbus ejtagendian little

⌨️ 快捷键说明

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