J
Jonathan Bromley
Guest
It was all going so well until I asked XST to compile a
VHDL entity with a generic of this type:
type video_modes_e is (vesa_1024x768_65Hz);
I guess I'll have more modes later, but just now I
need only the one. But as soon as I put a generic
of type video_modes_e on any entity, I get
INTERNAL_ERROR:Xst:cmain.c:3464:1.56 - Process will terminate
followed by nice friendly suggestions about filing a WebCase.
Anyone else met this? I fixed it by adding a dummy value to
the enumeration, but that's a bit rubbish, isn't it?
I'll file the case, but thought y'all might be interested.
--
Jonathan Bromley
VHDL entity with a generic of this type:
type video_modes_e is (vesa_1024x768_65Hz);
I guess I'll have more modes later, but just now I
need only the one. But as soon as I put a generic
of type video_modes_e on any entity, I get
INTERNAL_ERROR:Xst:cmain.c:3464:1.56 - Process will terminate
followed by nice friendly suggestions about filing a WebCase.
Anyone else met this? I fixed it by adding a dummy value to
the enumeration, but that's a bit rubbish, isn't it?
I'll file the case, but thought y'all might be interested.
--
Jonathan Bromley