hi, How to config a tristate port in XC95144 ?
I connect MCU(8051) P0 to XC95144, but the XC95144 always
pull up or pull down the P0 port. So I want to config a tristate port .
I do it like :
...
output [7:0] MCU_P0;
...
... assign MCU_P0 = 8'hZZ ;
...
the ISE message is: Found 8-bit tristate buffer for signal <MCU_P0>.
...
Summary:
...
inferred 8 Tristate(s).
Unit <Flash> synthesized
But it still not work. The MCU P0 port still been pull up or pull down.
Why ?
THX.
The circuit is used to capture picture. I just want to test the Flash(K9F2808U0B), The flash data port is connect to the 8051 P0 port, so I want the XC95144 DO NOT disturb 8051's P0 port.
addtional, when I erase the XC95144's program, the P0 port can work correctly. but I need some pin to control Flash in XC95144.
...
puzzle over, waiting your help...