|
From: Stephen W. <st...@ic...> - 2021-06-13 21:01:50
|
The netlist functors in vvp, such as .concat and others, are nodes,
like gates, that take inputs and produce outputs. The .concat is
exactly that: the input is a set of vectors, and the output is a
single concatenated vector. For example:
concat(2'b01, 2'b11) --> 4'b0111
It's a little bit more complicated than that, but that's the basic principle.
On Sun, Jun 13, 2021 at 7:55 AM slive1024 <sli...@ho...> wrote:
>
> I have doubts about a certain keyword in the VVP file, and the problem is a little more complicated. I wrote my question in my attachment, thank you for taking the time to answer it for me
> _______________________________________________
> Iverilog-devel mailing list
> Ive...@li...
> https://lists.sourceforge.net/lists/listinfo/iverilog-devel
--
Steve Williams "The woods are lovely, dark and deep.
st...@ic... But I have promises to keep,
http://www.icarus.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
|