?? at91sam7x256_tq100.bsd
字號:
------------------------------------------------------------------------
-- A T M E L A R M M I C R O C O N T R O L L E R S --
------------------------------------------------------------------------
-- BSDL file
--
-- File Name: AT91SAM7X256_TQ100.BSD
-- File Revision: 2.1
-- Date: Wed Oct 26 2005
-- Created by: Atmel Corporation
-- File Status: Released
--
-- Device: AT91SAM7X256
-- Package: R_LQ100_A
--
-- Visit http://www.atmel.com for a updated list of BSDL files.
--
------------------------------------------------------------------------
-- Syntax and Semantics are checked against the IEEE 1149.1 standard. --
-- The logical functioning of the standard Boundary-Scan instructions --
-- and of the associated bypass, idcode and boundary-scan register --
-- described in this BSDL file has been verified against its related --
-- silicon by JTAG Technologies B.V. --
------------------------------------------------------------------------
------------------------------------------------------------------------
-- IMPORTANT NOTICE --
-- --
-- Copyright 2005 Atmel Corporation. All Rights Reserved. --
-- --
-- Atmel assumes no responsibility or liability arising out --
-- this application or use of any information described herein --
-- except as expressly agreed to in writing by Atmel Corporation. --
-- --
-- ------------------------------------------------------------------ --
-- This BSDL File has been verified on severals BSDL Syntax --
-- Checker/Compilers --
-- --
-- --
-- AGILENT 3070 BSDL COMPILER Wed Oct 26 09:49:47 MDT 2005 --
-- BSDL File AT91SAM7X256_TQ100.bsd, package package R_LQ100_A --
-- successfully. 0 ERRORS, 1 WARNING, OBJECT PRODUCED --
-- --
------------------------------------------------------------------------
entity AT91SAM7X256 is
-- This section identifies the default device package selected.
generic (PHYSICAL_PIN_MAP: string:= "R_LQ100_A");
-- This section declares all the ports in the design.
port (
erase : in bit;
icetck : in bit;
icetdi : in bit;
icetms : in bit;
jtagsel : in bit;
nrst : in bit;
test : in bit;
pa0 : inout bit;
pa1 : inout bit;
pa10 : inout bit;
pa11 : inout bit;
pa12 : inout bit;
pa13 : inout bit;
pa14 : inout bit;
pa15 : inout bit;
pa16 : inout bit;
pa17 : inout bit;
pa18 : inout bit;
pa19 : inout bit;
pa2 : inout bit;
pa20 : inout bit;
pa21 : inout bit;
pa22 : inout bit;
pa23 : inout bit;
pa24 : inout bit;
pa25 : inout bit;
pa26 : inout bit;
pa27 : inout bit;
pa28 : inout bit;
pa29 : inout bit;
pa3 : inout bit;
pa30 : inout bit;
pa4 : inout bit;
pa5 : inout bit;
pa6 : inout bit;
pa7 : inout bit;
pa8 : inout bit;
pa9 : inout bit;
pb0 : inout bit;
pb1 : inout bit;
pb10 : inout bit;
pb11 : inout bit;
pb12 : inout bit;
pb13 : inout bit;
pb14 : inout bit;
pb15 : inout bit;
pb16 : inout bit;
pb17 : inout bit;
pb18 : inout bit;
pb19 : inout bit;
pb2 : inout bit;
pb20 : inout bit;
pb21 : inout bit;
pb22 : inout bit;
pb23 : inout bit;
pb24 : inout bit;
pb25 : inout bit;
pb26 : inout bit;
pb27 : inout bit;
pb28 : inout bit;
pb29 : inout bit;
pb3 : inout bit;
pb30 : inout bit;
pb4 : inout bit;
pb5 : inout bit;
pb6 : inout bit;
pb7 : inout bit;
pb8 : inout bit;
pb9 : inout bit;
icetdo : out bit
);
use STD_1149_1_1994.all;
attribute COMPONENT_CONFORMANCE of AT91SAM7X256: entity is
"STD_1149_1_1993";
attribute PIN_MAP of AT91SAM7X256: entity is PHYSICAL_PIN_MAP;
-- This section specifies the pin map for each port. This information
-- is extracted from the port-to-pin map file that was read in using
-- the "read_pin_map" command.
constant R_LQ100_A: PIN_MAP_STRING :=
"erase : 92," &
"icetck : 79," &
"icetdi : 51," &
"icetms : 78," &
"jtagsel : 77," &
"nrst : 57," &
"test : 58," &
"pa0 : 81," &
"pa1 : 82," &
"pa10 : 18," &
"pa11 : 19," &
"pa12 : 20," &
"pa13 : 21," &
"pa14 : 22," &
"pa15 : 23," &
"pa16 : 24," &
"pa17 : 25," &
"pa18 : 26," &
"pa19 : 46," &
"pa2 : 86," &
"pa20 : 47," &
"pa21 : 49," &
"pa22 : 50," &
"pa23 : 55," &
"pa24 : 56," &
"pa25 : 59," &
"pa26 : 60," &
"pa27 : 73," &
"pa28 : 74," &
"pa29 : 75," &
"pa3 : 85," &
"pa30 : 80," &
"pa4 : 88," &
"pa5 : 89," &
"pa6 : 90," &
"pa7 : 91," &
"pa8 : 13," &
"pa9 : 14," &
"pb0 : 40," &
"pb1 : 41," &
"pb10 : 44," &
"pb11 : 45," &
"pb12 : 39," &
"pb13 : 30," &
"pb14 : 29," &
"pb15 : 35," &
"pb16 : 53," &
"pb17 : 36," &
"pb18 : 63," &
"pb19 : 64," &
"pb2 : 42," &
"pb20 : 65," &
"pb21 : 66," &
"pb22 : 67," &
"pb23 : 69," &
"pb24 : 70," &
"pb25 : 71," &
"pb26 : 72," &
"pb27 : 9," &
"pb28 : 10," &
"pb29 : 11," &
"pb3 : 43," &
"pb30 : 12," &
"pb4 : 54," &
"pb5 : 34," &
"pb6 : 31," &
"pb7 : 38," &
"pb8 : 28," &
"pb9 : 27," &
"icetdo : 76";
-- This section specifies the TAP ports.
-- For the TAP TCK port, the parameters in the brackets are:
-- First Field : Maximum TCK frequency.
-- Second Field: Allowable states TCK may be stopped in.
attribute TAP_SCAN_CLOCK of icetck: signal is (10.0e6, BOTH);
attribute TAP_SCAN_IN of icetdi: signal is true;
attribute TAP_SCAN_MODE of icetms: signal is true;
attribute TAP_SCAN_OUT of icetdo: signal is true;
attribute TAP_SCAN_RESET of nrst : signal is true;
-- Specifies the compliance enable patterns for the design.
-- It lists a set of design ports and the values that they
-- should be set to, in order to enable compliance to IEEE
-- Std 1149.1
attribute COMPLIANCE_PATTERNS of AT91SAM7X256: entity is
"(jtagsel, test) (10)";
-- Specifies the number of bits in the instruction register.
attribute INSTRUCTION_LENGTH of AT91SAM7X256: entity is 3;
-- Specifies the boundary-scan instructions implemented in the
-- design and their opcodes.
attribute INSTRUCTION_OPCODE of AT91SAM7X256: entity is
"BYPASS (111)," &
"EXTEST (000, 011)," &
"SAMPLE (001)," &
"HIGHZ (100, 110)," &
"IDCODE (010)";
-- Specifies the bit pattern that is loaded into the instruction
-- register when the TAP controller passes through the Capture-IR
-- state. The standard mandates that the two LSBs must be "01".
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -