Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- If you can use SystemVerilog, its simple to use the streaming operator out = {<<{inp}}; // right to left streaming --- Quote End --- Since this post is under "Quartus II," it's worth noting that Quartus does not support the streaming operator. It is still listed as "unsupported" in Q12.0: http://quartushelp.altera.com/current/mergedprojects/hdl/vlog/vlog_list_sys_vlog.htm (See section 11) I tried it just for kicks and got a syntax error. ModelSim recognized it, though.