Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision |
sim:start [2022/07/17 10:02] – rajit | sim:start [2022/07/17 10:02] – rajit |
---|
defproc source_seq(chan!(int<W>) O); | defproc source_seq(chan!(int<W>) O); |
</code> | </code> |
This process also provides a ''W''-bit source. Values generated by this source are specified in the ''N''-entry 'data[]'' array. The outputs produced are ''data[0]'', ''data[1]'', ..., ''data[N-1]''. If ''REP'' is set to true, then this sequence is repeated forever. | This process also provides a ''W''-bit source. Values generated by this source are specified in the ''N''-entry ''data[]'' array. The outputs produced are ''data[0]'', ''data[1]'', ..., ''data[N-1]''. If ''REP'' is set to true, then this sequence is repeated forever. |
| |
| |
| |
| |