M
Mathias Weierganz
Guest
I am using Xilinx ISE14.7
I have a project for Spartan6 which I can compile without problems. Now
I try to compile it for a Virtex 5 and I run into problems already at
the synthesis level.
The first problem was easy to fix: The synthesis don't like the
concatenation operator "&" in the instantiation bloc.
But is there an easy solution for my second problem? The synthesis
don't want to see this construct:
databus_i => (others => '0'),
and give me this error message:
ERROR:Xst:779 - "D:/Projekte/test_tdc/top.vhd" line 147: 'Others' is in
unconstrained array aggregate.
Let me say it again: I can compile the same project for Spartan-6
without any problems.
Any hints?
Thanks
Mathias
I have a project for Spartan6 which I can compile without problems. Now
I try to compile it for a Virtex 5 and I run into problems already at
the synthesis level.
The first problem was easy to fix: The synthesis don't like the
concatenation operator "&" in the instantiation bloc.
But is there an easy solution for my second problem? The synthesis
don't want to see this construct:
databus_i => (others => '0'),
and give me this error message:
ERROR:Xst:779 - "D:/Projekte/test_tdc/top.vhd" line 147: 'Others' is in
unconstrained array aggregate.
Let me say it again: I can compile the same project for Spartan-6
without any problems.
Any hints?
Thanks
Mathias