?? at91sam7s64_tq64.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: AT91SAM7S64_TQ64.BSD
-- File Revision: 2.0
-- Date: Thu July 21 2005
-- Created by: Atmel Corporation
-- File Status: Released
--
-- Device: AT91SAM7S64
-- Package: R_LQ064_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 Thu Jul 21 02:38:49 MDT 2005. --
-- BSDL File /work/AT91SAM7S64.bsdl, package R_LQ064_A compiled --
-- successfully. 0 ERRORS, 0 WARNINGS, OBJECT PRODUCED --
-- --
------------------------------------------------------------------------
entity AT91SAM7S64 is
-- This section identifies the default device package selected.
generic (PHYSICAL_PIN_MAP: string:= "R_LQ064_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;
selv32 : in bit;
test : linkage bit;
nrst : 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;
pa31 : inout bit;
pa4 : inout bit;
pa5 : inout bit;
pa6 : inout bit;
pa7 : inout bit;
pa8 : inout bit;
pa9 : inout bit;
icetdo : out bit
);
use STD_1149_1_1994.all;
attribute COMPONENT_CONFORMANCE of AT91SAM7S64: entity is
"STD_1149_1_1993";
attribute PIN_MAP of AT91SAM7S64: 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_LQ064_A: PIN_MAP_STRING :=
"erase : 55," &
"icetck : 53," &
"icetdi : 33," &
"icetms : 51," &
"jtagsel : 50," &
"selv32 : 56," &
"test : 40," &
"nrst : 39," &
"pa0 : 48," &
"pa1 : 47," &
"pa10 : 29," &
"pa11 : 28," &
"pa12 : 27," &
"pa13 : 22," &
"pa14 : 21," &
"pa15 : 20," &
"pa16 : 19," &
"pa17 : 9," &
"pa18 : 10," &
"pa19 : 13," &
"pa2 : 44," &
"pa20 : 16," &
"pa21 : 11," &
"pa22 : 14," &
"pa23 : 15," &
"pa24 : 23," &
"pa25 : 25," &
"pa26 : 26," &
"pa27 : 37," &
"pa28 : 38," &
"pa29 : 41," &
"pa3 : 43," &
"pa30 : 42," &
"pa31 : 52," &
"pa4 : 36," &
"pa5 : 35," &
"pa6 : 34," &
"pa7 : 32," &
"pa8 : 31," &
"pa9 : 30," &
"icetdo : 49";
-- 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 AT91SAM7S64: entity is
"(jtagsel, selv32) (10)";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -