Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
std:start [2022/07/17 06:34]
rajit [Definitions]
std:start [2022/07/17 06:34]
rajit [Definitions]
Line 35: Line 35:
 <code act> <code act>
 export template<pint N, W> export template<pint N, W>
-defproc ram (chan?(int<2>) rd; chan?(int<std::ceil_log2(N)>) addr;  chan?(int<W>) din;  chan!(int<W>) dout);+defproc ram (chan?(int<2>) rd; chan?(int<std::ceil_log2(N)>) addr;   
 +                        chan?(int<W>) din;  chan!(int<W>) dout);
 </code> </code>