Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to use JTAG port as normal IO

Status
Not open for further replies.

ZFDok

Junior Member level 2
Joined
Aug 30, 2005
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,512
the xilinx xcr3032 ,its JTAG port can be used as normal IO ports ,but i don't know how to constraint it in ISE, who can teach me what to do?
 

Just disable the JTAG option while compiling.
(check for menu options to do this on ISE)
then JTAG pins will be configured as normal IO.

-srilu
 

Very thanhs !but i don't find the menu option for JTAG, but i found one "reserve ISP pins" option in fitting properties ,is it?
 

without the JTAG... how u gonna program the code into the chip?...

sp
 

sp said:
without the JTAG... how u gonna program the code into the chip?...

sp

The Port Enable pin should be held low during power up and during normal operation. If the device has been programmed such that the JTAG port pins are used as I/O, a High logic level signal placed on the Port Enable
pin will revert those pins back to their normal JTAG function.

XAPP343 - In-System Programming of XPLA3 Devices
 

You can't use the JTAG pins as I/O's ... they are reserved pins ...
 

i don't know how to constraint it in ISE compile environment, not real circuit board, who can help me?
 

ZFDok said:
Very thanhs !but i don't find the menu option for JTAG, but i found one "reserve ISP pins" option in fitting properties ,is it?
Uncheck it or select "No" and discover if that works.
 

BrainStorm_BG said:
You can't use the JTAG pins as I/O's ... they are reserved pins ...

See docs from XILINX!
We talk about XCR3032
 

Just disable the JTAG option while synthsising.
 

Do not use JTEG as I/O. Programmer we write can download to FPGA or CPLK only through JTEG
 

Please let me know how to write code for jtag interface. please give me the code.

this is for simulation only.

i am not using any hardware. i just want to simulate and write a test bench to test it.

please help me.

urgent.

:idea:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top