Re: [myhdl-list] Concat with a constant
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-05-25 07:31:34
|
On 23/05/15 08:24, Jan Decaluwe wrote: > On 05/22/2015 04:10 PM, Josy Boelen wrote: >> > >>>> >>> >>>> >>>is it something like in (closed/rejected) PR #1: >>>> >>>https://github.com/jandecaluwe/myhdl/pull/1 >>> >> >>> >>Uhm possibly. I think it might be much simpler than that - using >>> >>concat() on the RHS of an assignment (which I hadn't noted!). Is that >>> >>possible? >>> >> >> > >> >concat() didn't work for me ... but I had a slightly more complex >> >requirement:https://github.com/josyb/ControlStatus > This was something I had promised to address in the way outlined > in my replies. > > I have now committed a proposed enhancement that provides > ConcatSignal() with and interface which is similar to concat() > for constants, meaning one can use constrained intbv's, bools, > and bitstrings expressed in a string. This looks great. Thank Jan! Henry |