adscrz
Member level 1
user tri state port fpga
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.
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.