Re: [myhdl-list] VHDL converted ConcatSignal
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-05-27 13:08:38
|
On 27/05/15 13:57, Josy Boelen wrote: > 3. I don't have the issue when taking a subscript instead of a slice, > and neither should you because a single bit from either a signed or an > unsigned still is a std_logic. Yes, I think I was wrong on this - the problem was a zero length vector, which Python is quite happy with but Vivado baulks at (I assume because it's invalid VHDL or something). Cheers, Henry |