Vonn
Full Member level 4
I have written a code in VHDL , this code contains n inout data bus
I have 2 problems when Iam trying to synthize using ISE
1- Even If I declare the data as inout port in the entity , the synthizer
force it to be output port ???
The only way to make the synthizer understand that it's an inout that
to write 'Z" to it in the code ???
2- When Iam trying to synthize ,I have the following error :
WARNING:Xst:1710 - FF/Latch <Mtridata_data_0> (without init value) is constant in block <testidts2>.
WARNING:Xst:638 - in unit testidts2 Conflict on KEEP property on signal Mtridata_data<15> and Mtridata_data<1> Mtridata_data<1> signal will be lost.
can any body give me a hand ?
another question . what (Mtridata) mean ?
I have 2 problems when Iam trying to synthize using ISE
1- Even If I declare the data as inout port in the entity , the synthizer
force it to be output port ???
The only way to make the synthizer understand that it's an inout that
to write 'Z" to it in the code ???
2- When Iam trying to synthize ,I have the following error :
WARNING:Xst:1710 - FF/Latch <Mtridata_data_0> (without init value) is constant in block <testidts2>.
WARNING:Xst:638 - in unit testidts2 Conflict on KEEP property on signal Mtridata_data<15> and Mtridata_data<1> Mtridata_data<1> signal will be lost.
can any body give me a hand ?
another question . what (Mtridata) mean ?