Re: [myhdl-list] Concat with a constant
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-05-22 13:39:54
|
> Is there some neat way to concatenate a signal with a constant? > > Clearly, one can use ConcatSignal with a pair of signals, one of which > can be driven every cycle with a clock cycle, but this seems rather > inelegant (though I dare say it would be optimised out). > > Cheers, > > Henry Hi Henry, is it something like in (closed/rejected) PR #1: https://github.com/jandecaluwe/myhdl/pull/1 Regards, Josy |